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

HP-2491 | return kc_action_status from Keycloak on authentication #314

Merged
merged 2 commits into from
Aug 8, 2024

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    64c370a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. feat: return kc_action_status from Keycloak on authentication

    kc_action_status is used to indicate e.g. whether a requested
    password change was successful or not. It will be returned
    from tunnistamo along with code and state to the callback url
    the same way keycloak does it. This should make a later
    transtition to keycloak (by dropping tunnistamo from the middle)
    not require extra work for any logic using kc_action_status.
    
    Upon login the kc_action_status is saved to the session from
    which it is then retrieved in TunnistamoAuthorizeEndpoint.
    
    Refs: HP-2491
    charn committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f26f601 View commit details
    Browse the repository at this point in the history