Skip to content

Commit

Permalink
added oidc to auth list #14587
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed Feb 20, 2024
1 parent d216161 commit e8820f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox/netbox/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'microsoft-graph': ('Microsoft Graph', 'microsoft'),
'okta': ('Okta', None),
'okta-openidconnect': ('Okta (OIDC)', None),
'oidc': ('OpenID Connect', None),
'salesforce-oauth2': ('Salesforce', 'salesforce'),
}

Expand Down

0 comments on commit e8820f7

Please sign in to comment.