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

Cannot remove a secret from IdP via REST #2880

Closed
strehle opened this issue May 10, 2024 · 1 comment · Fixed by #2896
Closed

Cannot remove a secret from IdP via REST #2880

strehle opened this issue May 10, 2024 · 1 comment · Fixed by #2896

Comments

@strehle
Copy link
Member

strehle commented May 10, 2024

What version of UAA are you running?

77.8.0 / develop

How are you deploying the UAA?

I am deploying the UAA

  • locally only using gradlew

What did you do?

Create IdP via uaa.yml / but can be done also via REST
https://docs.cloudfoundry.org/api/uaa/version/77.8.0/index.html#oauth-oidc

2nd step. Try to remove the secret, e.g.
https://docs.cloudfoundry.org/api/uaa/version/77.8.0/index.html#update

What did you expect to see? What goal are you trying to achieve with the UAA?

Expect that connection to external OIDC IdP is done without secret, e.g. because the other IdP supports public flows.

What did you see instead?

Secret is used always, because I cannot delete it via REST. Only with access to Database I can remove it.

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/187583401

The labels on this github issue will be updated when the story is started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment