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

Capability to store both Asgardeo & STS token in the SDK #216

Open
anukeshi opened this issue Mar 5, 2024 · 0 comments
Open

Capability to store both Asgardeo & STS token in the SDK #216

anukeshi opened this issue Mar 5, 2024 · 0 comments

Comments

@anukeshi
Copy link

anukeshi commented Mar 5, 2024

Is your suggestion related to an experience ? Please describe.

In Choreo, we use the org creation endpoint from Asgardeo, which requires to call with Asgardeo token. But in a logged in session, we only have the STS token, hence we trigger silent signin request to get the Asgardeo token again. However recently there's an issue in silent signin for low privileged users occurred. Hence we are unable to create new organizations.

As a workaround to this problem, we propose the capability to store both Asgardeo & STS token in the SDK, so that we can retrieve the Asgardeo token from SDK itself, and call the Asgardeo org creation endpoint.

Describe the improvement

Support the capability to store both Asgardeo & STS token in the SDK, so that Choreo can use it.

Additional context

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

No branches or pull requests

3 participants