Auth: Azure AD OAuth (#20030)
* Implement Azure AD oauth * Use go-jose and cleanup * Update go-jose in go.mod * cleanup * Add unit tests * Fix scopes * Add documentation page * Improve documentation * Convert extract_role into function. * Do not use upn and replace unique_name with preferred_username * Configure login button * Use official microsoft icon and color from branding guideline. * Add Azure AD config section in sample.ini.
Showing
docs/sources/auth/azuread.md
0 → 100644
pkg/login/social/azuread_oauth.go
0 → 100644
pkg/login/social/azuread_oauth_test.go
0 → 100644
public/img/microsoft_auth_icon.svg
0 → 100644
vendor/gopkg.in/square/go-jose.v2/jwt/doc.go
0 → 100644
vendor/gopkg.in/square/go-jose.v2/jwt/jwt.go
0 → 100644
Please
register
or
sign in
to comment