Skip to main content

Returns OAuth Server Settings

GET 

/settings/oauth

Returns OAuth Server Settings

Request

Responses

OK

Schema

    property name*

    OAuthRegistrationResource

    authGrantType string
    authorizationUri string

    Possible values: Value must match regular expression ^(http://|https://)?(www\.)?([a-zA-Z0-9-]+)(\.[a-zA-Z0-9-]+)*(:[0-9]+)?(/[a-z_-]+)*$

    clientAuthMethod string
    clientId stringrequired
    clientName string
    clientSecret stringrequired
    id string
    jwkSetUri string
    redirectUrlTemplate string

    restrictions

    object

    property name* string
    scopes string[]
    tokenUri string

    Possible values: Value must match regular expression ^(http://|https://)?(www\.)?([a-zA-Z0-9-]+)(\.[a-zA-Z0-9-]+)*(:[0-9]+)?(/[a-z_-]+)*$

    userInfoEndpointNameAttribute string
    userInfoEndpointUri string
Loading...