-
Notifications
You must be signed in to change notification settings - Fork 336
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
Change Azure auth from a SPA to web app #7114
Comments
I'll mark this as P2 for now since this is affects everyone who wants to use this integration. |
Done! |
Stale issue |
This is a sad one to icebox. We should definitely do this one. But, our tension isn't so great to take action on it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our Azure auth is currently set up as a SPA which means that refresh tokens expire after 24hrs and the user needs to manually re-auth, see #7097 (comment)
It looks like we should actually be registered as a web app (see #7097 (comment)) which would give us a more lenient refresh token.
AC
The text was updated successfully, but these errors were encountered: