Skip to main content

Returns OAuth Server Settings

GET 

/settings/oauth/:authId

Returns OAuth Server Settings

Request

Path Parameters

    authId stringrequired

    authId

Responses

OK

Schema

    authGrantType string
    authorizationUri string
    clientAuthMethod string
    clientId string
    clientName string
    clientSecret string
    id string
    jwkSetUri string
    redirectUrlTemplate string

    restrictions

    object

    property name* string
    scopes string[]
    tokenUri string
    userInfoEndpointNameAttribute string
    userInfoEndpointUri string
Loading...