Closed qz2rg4 closed 3 years ago
Hi there @qz2rg4 - sorry for the late reply, had to do some asking around about this. Unfortunately this is not something we can directly help with. All I can tell you at this point is people are successfully using Azure AD so it is definitely possible. Might be a good idea to leave a question on our forums at https://our.umbraco.com/ for some help. You can also investigate the source code, OnAutoLinking
and OnExternalLogin
are part of the CMS source so you could have a dig in there to see how that works and what might be going wrong for you.
@Shazwazza Good Morning,
Hopefully, you can assist me in this problem.
Looking at the code attached Following code gets executed in their callbacks
SecurityTokenValidated
AuthorizationCodeReceived
MessageReceived
However
OnAutoLinking
andOnExternalLogin
does notMy return url is "umbraco/" is this correct ? for I see google and facebook is different.
I can manually link the account but not unlink. How will i do this? Where does the
ProviderKey
get stored ?