Skip to content

Forward to additional backend for MFA #473

Open
@fekberg

Description

@fekberg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions