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

feature: filter IdP retrival #2882

Merged
merged 29 commits into from
Jun 4, 2024
Merged

feature: filter IdP retrival #2882

merged 29 commits into from
Jun 4, 2024

Commits on May 9, 2024

  1. WIP: idp secret

    strehle committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2c203c7 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    de0009a View commit details
    Browse the repository at this point in the history
  2. feature: delete secret on existing IdP

    - allow to delete a relyingPartySecret on IdP
    - Filter IdP list by origin
    - Return the auth_method to show current configured client authentication method
    strehle committed May 10, 2024
    Configuration menu
    Copy the full SHA
    189cf06 View commit details
    Browse the repository at this point in the history
  3. Documentation

    strehle committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e896c0b View commit details
    Browse the repository at this point in the history
  4. fix names

    strehle committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b35b9ed View commit details
    Browse the repository at this point in the history
  5. sonar

    strehle committed May 10, 2024
    Configuration menu
    Copy the full SHA
    75542a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5664553 View commit details
    Browse the repository at this point in the history
  7. sonar

    strehle committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0b3a672 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    cd32e61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be8892e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Alias handling

    strehle committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a89ce12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ede8431 View commit details
    Browse the repository at this point in the history
  3. remove dead code

    strehle committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c7774ea View commit details
    Browse the repository at this point in the history
  4. more sonar smell fixes

    strehle committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d1e706e View commit details
    Browse the repository at this point in the history
  5. no log change

    strehle committed May 14, 2024
    Configuration menu
    Copy the full SHA
    672b8d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    771bc91 View commit details
    Browse the repository at this point in the history
  7. warnings

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

Commits on May 16, 2024

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

Commits on May 23, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/develop' into refac…

    …torIdp2
    
    # Conflicts:
    #	server/src/main/java/org/cloudfoundry/identity/uaa/provider/IdentityProviderEndpoints.java
    strehle committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6d6b5c3 View commit details
    Browse the repository at this point in the history
  2. rebase

    strehle committed May 23, 2024
    Configuration menu
    Copy the full SHA
    441c13d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    a07632e View commit details
    Browse the repository at this point in the history
  2. rebase

    strehle committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d7a1c35 View commit details
    Browse the repository at this point in the history
  3. test setup

    strehle committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ae4a539 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d087dc View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'refs/remotes/origin/refactorIdp2' into …

    …feature/idp-secret
    
    # Conflicts:
    #	model/src/main/java/org/cloudfoundry/identity/uaa/constants/ClientAuthentication.java
    #	model/src/main/java/org/cloudfoundry/identity/uaa/provider/AbstractExternalOAuthIdentityProviderDefinition.java
    #	server/src/main/java/org/cloudfoundry/identity/uaa/provider/IdentityProviderEndpoints.java
    strehle committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f6e6375 View commit details
    Browse the repository at this point in the history
  6. rebase

    strehle committed May 24, 2024
    Configuration menu
    Copy the full SHA
    73f0c83 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/develop' into featu…

    …re/idp-secret
    
    # Conflicts:
    #	server/src/main/java/org/cloudfoundry/identity/uaa/provider/IdentityProviderEndpoints.java
    strehle committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a09a181 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    e5678e9 View commit details
    Browse the repository at this point in the history
  2. review

    strehle committed May 31, 2024
    Configuration menu
    Copy the full SHA
    59e35d5 View commit details
    Browse the repository at this point in the history