Closed
Description
Carried over from internal repo: #132.
post_logout_redirect_uris
are missing from OIDC Applicationsettings.oauthClient
Carried over from internal repo: #132.
post_logout_redirect_uris
are missing from OIDC Application settings.oauthClient
Activity
shalinmangar commentedon Feb 12, 2020
Is there a workaround for this? I need to set a custom logout uri for an OIDC application.
bdemers commentedon Feb 12, 2020
Hey @shalinmangar!
You should be able to treat any of the resource objects like a map to set other properties.
For more complex objects you can do something like this too:
https://github.com/okta/okta-sdk-java#call-other-api-endpoints
arvindkrishnakumar-okta commentedon Jul 8, 2020
Update: Latest Open API Spec v2.0.0 (Java Mgmt SDK upgraded to v2.0.0 as well) carries all the OIDC application values.