Register Oidc Relying Party

Register Oidc Relying Party

Registers a new OIDC relying party.

Request
URI
POST
https://{api_host}/cloudapi/1.0.0/openIdProvider/relyingParties
COPY
Request Body
OidcRelyingParty of type(s) application/json
Optional
{
    "id": "string",
    "clientId": "string",
    "clientName": "string",
    "clientSecret": "string",
    "redirectUris": [
        "string"
    ],
    "scope": [
        "string"
    ]
}
string
id
Optional

A unique identifier for the relying party.

string
clientId
Optional

System generated client id of the relying party as per RFC-7591 Section 3.2.1.

string
clientName
Required

Human readable name of the relying party.

string
clientSecret
Optional

Server generated client secret string. Must be unique for all relying parties. This field is hidden and is only returned in plaintext on a POST (during registration).

array of string
redirectUris
Required

Supported redirect URIs for this relying party.

array of string
scope
Optional

Not configurable by the client. A fixed list of the following six scope values:

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns OidcRelyingParty of type(s) application/json;version=39.0
{
    "id": "string",
    "clientId": "string",
    "clientName": "string",
    "clientSecret": "string",
    "redirectUris": [
        "string"
    ],
    "scope": [
        "string"
    ]
}
string
id
Optional

A unique identifier for the relying party.

string
clientId
Optional

System generated client id of the relying party as per RFC-7591 Section 3.2.1.

string
clientName
Required

Human readable name of the relying party.

string
clientSecret
Optional

Server generated client secret string. Must be unique for all relying parties. This field is hidden and is only returned in plaintext on a POST (during registration).

array of string
redirectUris
Required

Supported redirect URIs for this relying party.

array of string
scope
Optional

Not configurable by the client. A fixed list of the following six scope values: