Harry Gordon
07/26/2023, 12:34 PMAddMicrosoftAccount
(https://docs.umbraco.com/umbraco-cms/v/10.latest-lts/reference/security/authenticate-with-active-directory#azure-a-d-authentication-for-users). Does this use OAuth or SAML? (there is reference to OAuth endpoints)
- The docs also suggest that the client secret is required but someone has suggested this isn't necessary for OAuth, but I'm guessing it is necessary?
- Is this the preferred way to set up SSO or should I go down an OpenID/OAuth config route?
Any guidance/questions is very welcome!Mike Chambers
07/26/2023, 12:48 PMclientSecret
, seemed also to work for me for TokenId or AccessToken
this was invaluable!
https://github.com/Gibe/Umbraco.Community.AzureSSO/blob/main/AzureADSetup.mdHarry Gordon
07/26/2023, 12:51 PMHarry Gordon
07/26/2023, 1:24 PMNeil
08/03/2023, 9:28 AMMike Chambers
08/03/2023, 9:45 AMNeil
08/03/2023, 10:15 AMMike Chambers
08/03/2023, 11:58 AM