Skip to content
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

ADAL may store broker tokens not using preferred cache authority #1394

Open
jasoncoolmax opened this issue Mar 13, 2019 · 0 comments
Open

ADAL may store broker tokens not using preferred cache authority #1394

jasoncoolmax opened this issue Mar 13, 2019 · 0 comments
Labels

Comments

@jasoncoolmax
Copy link
Member

jasoncoolmax commented Mar 13, 2019

ADAL could save broker tokens without using preferred cache authority in the following corner case:

  1. ADAL calls broker;
  2. Kill ADAL app;
  3. Finish authentication in broker webview
  4. Tokens are returned back to ADAL app.

It is because in step 4, ADAL doesn't have the authority cache at hand when it receives the response from broker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants