-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Logout error when using Easy Auth v2 #1234
Comments
@navyasric what would be your recommendation? |
• EasyAuth took a breaking change by not adding the logout path environment variable in v2 where it would be added in v1. |
Fixed in 1.13 release. |
What a great turnaround, 13 days from reporting to being added to the code base. Thanks so much for this. I have just tested today and can confirm that this has resolved my issue. |
Thanks for confirming, @jwevansgam |
Which version of Microsoft Identity Web are you using?
1.10
Where is the issue?
Is this a new or an existing app?
c. This is a new app or an experiment.
Repro
The Issue is described in this discussion #1222
Basic summary is that the the environment variable WEBSITE_AUTH_LOGOUT_PATH has been deprecated with App Service Authentication v2 (Easy Auth) so I get the below exception when logging out.
Expected behavior
The user should be logged out of the Easy Auth session.
Actual behavior
The following exception is thrown
Value cannot be null or empty: (Parameter: 'localUrl')
Possible solution
Additional context / logs / screenshots
Add any other context about the problem here, such as logs and screenshots.
The text was updated successfully, but these errors were encountered: