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

Regression in Identity-Provider Endpoint #2963

Closed
strehle opened this issue Jul 17, 2024 · 0 comments · Fixed by #2962
Closed

Regression in Identity-Provider Endpoint #2963

strehle opened this issue Jul 17, 2024 · 0 comments · Fixed by #2962

Comments

@strehle
Copy link
Member

strehle commented Jul 17, 2024

What version of UAA are you running?

UAA 77.13.0 with existing OIDC Idps. Call them via REST

uaac curl -X PUT /identity-providers/3ad529ed-3ef0-498d-b79e-9a6b0512ce8c

issuer is null

Reason:
If no external id is set, then issuer is overwritten with null
https://github.com/cloudfoundry/uaa/blob/develop/server/src/main/java/org/cloudfoundry/identity/uaa/provider/JdbcIdentityProviderProvisioning.java#L215

How are you deploying the UAA?

  • locally only using gradlew
  • using a bosh release I downloaded from bosh.io
  • using cf-release
  • using cf-deployment

What did you do?

uaac curl -X PUT /identity-providers/3ad529ed-3ef0-498d-b79e-9a6b0512ce8c

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

issuer of OIDC IdP

What did you see instead?

issuer null

Please include UAA logs if available.

@strehle strehle linked a pull request Jul 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant