Hello,
I've tried to use AzureAd OAuth with the bitnami OpenEdX IronWood Version.
Everything is working fine but when AzureAd is calling the signin url (https://MYDOMAIN/auth/complete/azuread-oauth2/) I receive a redirect Error. After making a network analysis with firefox I detected that https://MYDOMAIN/auth/complete/azuread-oauth2/ is always redirecting to itself (https://MYDOMAIN/auth/complete/azuread-oauth2/) with the Status Code 302. So after 21 tries the connected gets denied.
Firefox is saying something like "This Problem can accure when Cookies are deactivated or rejected". I see in the Cookies Section that Cookies are set and they seem to work, because when I manually change the URL to https://MYDOMAIN/ (main mage) I am logged in.
Maybe somebody can help me.
Elias
PS: Actually I was once able to use AzureAD without the error mentioned above, with an older version of the OpenEdx System (hawthorn). Maybe they changed something?