Skip to content

Ensure all OIDC application values are carried over in the spec #207

Closed
@jmelberg-okta

Description

@jmelberg-okta
Contributor

Carried over from internal repo: #132.

  • post_logout_redirect_uris are missing from OIDC Application settings.oauthClient

Activity

shalinmangar

shalinmangar commented on Feb 12, 2020

@shalinmangar

Is there a workaround for this? I need to set a custom logout uri for an OIDC application.

bdemers

bdemers commented on Feb 12, 2020

@bdemers
Contributor

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

arvindkrishnakumar-okta commented on Jul 8, 2020

@arvindkrishnakumar-okta
Contributor

Update: Latest Open API Spec v2.0.0 (Java Mgmt SDK upgraded to v2.0.0 as well) carries all the OIDC application values.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @shalinmangar@bdemers@jmelberg-okta@arvindkrishnakumar-okta

        Issue actions

          Ensure all OIDC application values are carried over in the spec · Issue #207 · okta/okta-sdk-java