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

alternative fix: allow to change or delete a relyingPartySecret on IdP #2887

Closed
wants to merge 4 commits into from

Commits on May 13, 2024

  1. fix: allow to delete a relyingPartySecret on IdP

    Extract the delete change into an own PR, because this missing method is really
    a bug / issue in UAA. A UAA operator cannot remove a secret currently, but there are
    situation where this is needed, e.g. public flows or change to private_key_jwt.
    strehle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9be8d9c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    e7f31bc View commit details
    Browse the repository at this point in the history
  2. alternative fix: allow to change or delete a relyingPartySecret on IdP

    Alternative to PR: #2882
    and PR: #2885
    
    Only one call in backend, but more input on client side.
    strehle committed May 14, 2024
    Configuration menu
    Copy the full SHA
    88441bd View commit details
    Browse the repository at this point in the history
  3. Alias handling

    strehle committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7e62f69 View commit details
    Browse the repository at this point in the history