We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
issuer of OIDC IdP
issuer null
Please include UAA logs if available.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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?
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.
The text was updated successfully, but these errors were encountered: