Explorar o código

Added oidc to auth list (#15204)

* added oidc to auth list #14587

* Alphabetic ordering

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
Abhimanyu Saharan %!s(int64=2) %!d(string=hai) anos
pai
achega
a063b5563c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      netbox/netbox/authentication.py

+ 1 - 0
netbox/netbox/authentication.py

@@ -43,6 +43,7 @@ AUTH_BACKEND_ATTRS = {
     'hubspot': ('HubSpot', 'hubspot'),
     'keycloak': ('Keycloak', None),
     'microsoft-graph': ('Microsoft Graph', 'microsoft'),
+    'oidc': ('OpenID Connect', None),
     'okta': ('Okta', None),
     'okta-openidconnect': ('Okta (OIDC)', None),
     'salesforce-oauth2': ('Salesforce', 'salesforce'),