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

Handle step up authentication for when sign in again when you already have a session #223

Open
Sachin-Mamoru opened this issue May 3, 2024 · 1 comment
Labels
bug Something isn't working Hacktoberfest

Comments

@Sachin-Mamoru
Copy link

Describe the issue:
Perform acr based [1] step up authentication when you already have a session.
If a user already log in to an application and if he needs to step up the authentication, then we need to be able to invoke the sign in using through the app again.
This was blocked due to an basic user [2] [3] info check in the sign in method.

[1] https://is.docs.wso2.com/en/latest/guides/authentication/conditional-auth/acr-based-adaptive-auth/
[2] https://github.com/asgardeo/asgardeo-auth-spa-sdk/blob/3b874cdb57f203cb006e407c9ad899d0e59813fc/lib/src/clients/main-thread-client.ts#L199
[3] https://github.com/asgardeo/asgardeo-auth-js-core/blob/9769b04bd5fb274d21a8c59ebf8318933e896a1b/lib/src/core/authentication-core.ts#L629

@Sachin-Mamoru Sachin-Mamoru added the bug Something isn't working label May 3, 2024
@pavinduLakshan
Copy link
Contributor

@Sachin-Mamoru can u please confirm if this issue is still reproducible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants