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

feat: pass OIDC claims into post-login flow to include in web hook context #3922

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2024

  1. Pass OIDC claims into post-login flow to include in web hook context

    The login flow doesn't trigger a refresh of the identity when the OIDC
    claims have changed. By passing the claims through to the web hook
    context, this means that an external handler can be configured to
    update the identity as appropriate, when there are changes.
    fenech committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e15d95d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42e242b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d6656f View commit details
    Browse the repository at this point in the history