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

Forward to additional backend for MFA #473

Open
fekberg opened this issue Sep 11, 2024 · 0 comments
Open

Forward to additional backend for MFA #473

fekberg opened this issue Sep 11, 2024 · 0 comments

Comments

@fekberg
Copy link

fekberg commented Sep 11, 2024

In a ResponseMicroService I'd like to redirect to an additional backend to prove the LoA (Level of Assurance).

Using Redirect("/additiona-backend") doesn't work as it has already cleared the data from the successful auth. Therefore backend_state = context.state[self.name] throws an error.

In short, I first want the user to authenticate with Entra (SAML) and after that they need to make an additional authentication using OIDC with a separate backend.

Any pointers are much appreciated

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