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

Api sso silent #1166

Merged
merged 17 commits into from Apr 20, 2020
Merged

Api sso silent #1166

merged 17 commits into from Apr 20, 2020

Conversation

sameerag
Copy link
Member

@sameerag sameerag commented Dec 17, 2019

Introduce an API: ssoSilent() as a wrapper for calling acquireTokenSilent() with clientId to acquire an id_token.

Fixes #900

@coveralls
Copy link

coveralls commented Dec 17, 2019

Coverage Status

Coverage increased (+0.01%) to 77.982% when pulling ae18384 on api-ssoSilent into 52d43d7 on dev.

@sameerag sameerag marked this pull request as ready for review December 17, 2019 19:56
Copy link
Contributor

@jasonnutter jasonnutter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would like to see tests and documentation (e.g. adding an example to the README). And maybe a sample?

lib/msal-core/src/UserAgentApplication.ts Outdated Show resolved Hide resolved
@DarylThayil
Copy link
Contributor

overall good, let me know when you have looked at comments and want another review.

@sameerag
Copy link
Member Author

LGTM. I cannot approve as I created the PR but looks like you have two reviews already. Please check the minor comments before merging though.

@jasonnutter
Copy link
Contributor

LGTM. I cannot approve as I created the PR but looks like you have two reviews already. Please check the minor comments before merging though.

Done.

@jasonnutter jasonnutter merged commit 7f036ce into dev Apr 20, 2020
@sameerag sameerag deleted the api-ssoSilent branch May 4, 2020 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Login Silent If Feasible
5 participants