Open tal32123 opened 3 years ago
Did you use App services authentication?
I did registration through the webapp if thats what you mean, I'm also able to log into my own tenant and see user details.
@tal32123, have you deployed your app on azure app services? Are you getting error on both sign-in and sign-out, and can you also share details about the error?
Sign in/sign out work normally in regular app. Sign out does not work in azure webapp. I have set the redirect url in web.config and Front-channel logout URL to various versions of: https://MY_WEBAPP_NAME.azurewebsites.net/ and https://MY_WEBAPP_NAME.azurewebsites.net/signout-oidc/
it worked when it was running locally on localhost, but not online.
Maybe I'm doing something wrong, but the instructions are not clear. Thanks.