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

Refactor the SDK to support the extension grant natively #78

Open
thivi opened this issue Jan 21, 2022 · 0 comments
Open

Refactor the SDK to support the extension grant natively #78

thivi opened this issue Jan 21, 2022 · 0 comments

Comments

@thivi
Copy link
Contributor

thivi commented Jan 21, 2022

There can be a scenario where the ID token obtained from an identity server needs to be exchanged with another server to get an access token from it. This access token will be used for accessing protected resources.

This is possible with the requestCustomGrant method. However, this does not persist the session information from both the servers.

Since applications might require session information from both the servers, there should be a way to persist both the session information.

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

No branches or pull requests

1 participant