-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide documentation on configuring an Azure AD OIDC application to work with Dex #1518
Comments
Here is an Azure AD example application we have configured. We find this app in https://portal.azure.com/ via Home > App Registrations > All applications OverviewAuthenticationThe only thing to adjust here is the redirect URIs. Certificates & secretsThere has to be at least one client secret configured. Token configurationTo make sure that ID tokens contain the user's group memberships, the It is up to you to decide which options to select from "Select group types to include in Access, ID, and SAML tokens.", however it's likely that you want to include "Security groups". API permisionsAlso you have to have the Then you should click the "Grant admin consent for ..." link. This is how your permissions table should look like, roughly: Open question
|
Note: dex-operator supports azure now. |
As we plan to make customers use dex-operator instead of configuring dex connectors themselves, we should probably provide documentation for customers on how to configure Azure AD in dex-operator. |
We decided not to add documentation on how to configure Azure AD for dex, as |
A customer was looking for support to set up an Azure AD app for Dex. See Slack.
If we provide this info, the next question will be: which other (OIDC) identity providers should we offer this information for? In use are
The text was updated successfully, but these errors were encountered: