-
Notifications
You must be signed in to change notification settings - Fork 22
Improve documentation around how to set up Azure AD application #194
Comments
SSO flow during login is a must-have feature! |
I wasn't able to get this working until I tried the suggestion from @peat-psuwit Some better documentation about the Azure AD application setup would be appreciated. |
Thanks for reporting this issue with the documentation. I'm adding it to our backlog. |
I found this third-party blog to be very helpful for setting up Azure AD and Ubuntu 23.04: |
What API Permissions should be granted to the AD Application so the login works? |
I struggled with this as well and got my answer from
|
Having issues even though everything is configured correctly: #420 |
In README.md, it mentions the need to create an Azure AD application, and links to Azure's documentation for application registration in general. However,
The first 2 points is partially addressed as an error message improvement in #193, but it would be nice if Ubuntu documents how to configure the Azure AD application correctly in the first place (either here or in a documentation somewhere).
[1] https://learn.microsoft.com/en-us/azure/active-directory/develop/scenario-desktop-app-registration#redirect-uris
[2] https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/grant-admin-consent?pivots=portal
[3] https://s4erka.wordpress.com/2021/03/26/azure-ad-application-to-test-oauth2-0/
[4] https://learn.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal
The text was updated successfully, but these errors were encountered: