You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IdP-defined permission bundles to request delegated access from the user.
56860
+
> **Note:** The [identity provider type](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/IdentityProvider/#tag/IdentityProvider/operation/createIdentityProvider!path=type&t=request) table lists the scopes that are supported for each IdP.
56861
+
items:
56862
+
type: string
56863
+
example: public_profile
56864
+
type: array
56774
56865
OAuthTokenEndpoint:
56775
56866
description: Endpoint for an [OAuth 2.0 Authorization Server (AS)](https://tools.ietf.org/html/rfc6749#page-18)
description: Specifies whether to digitally sign authorization requests to the IdP
60134
60226
example: REQUEST
@@ -60153,6 +60245,19 @@ components:
60153
60245
enum:
60154
60246
- HTTP-POST
60155
60247
- HTTP-REDIRECT
60248
+
ProtocolIdVerification:
60249
+
title: ID Verification
60250
+
description: Protocol settings for the IDV
60251
+
allOf:
60252
+
- $ref: '#/components/schemas/Protocol'
60253
+
- type: object
60254
+
properties:
60255
+
credentials:
60256
+
$ref: '#/components/schemas/IDVCredentials'
60257
+
endpoints:
60258
+
$ref: '#/components/schemas/IDVEndpoints'
60259
+
scopes:
60260
+
$ref: '#/components/schemas/OAuthScopes'
60156
60261
ProtocolMtls:
60157
60262
title: Mutual TLS Protocol
60158
60263
description: Protocol settings for the [MTLS Protocol](https://tools.ietf.org/html/rfc5246#section-7.4.4)
@@ -60176,13 +60281,7 @@ components:
60176
60281
endpoints:
60177
60282
$ref: '#/components/schemas/OAuthEndpoints'
60178
60283
scopes:
60179
-
type: array
60180
-
description: |-
60181
-
IdP-defined permission bundles to request delegated access from the User
60182
-
> **Note:** The [Identity Provider type](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/IdentityProvider/#tag/IdentityProvider/operation/createIdentityProvider!path=type&t=request) table lists the scopes that are supported for each Identity Provider.
60183
-
items:
60184
-
type: string
60185
-
example: public_profile
60284
+
$ref: '#/components/schemas/OAuthScopes'
60186
60285
ProtocolOidc:
60187
60286
title: OpenID Connect Protocol
60188
60287
description: Protocol settings for authentication using the [OpenID Connect Protocol](http://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth)
@@ -60197,13 +60296,7 @@ components:
60197
60296
endpoints:
60198
60297
$ref: '#/components/schemas/OAuthEndpoints'
60199
60298
scopes:
60200
-
type: array
60201
-
description: |-
60202
-
OpenID Connect and IdP-defined permission bundles to request delegated access from the User
60203
-
> **Note:** The [Identity Provider type](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/IdentityProvider/#tag/IdentityProvider/operation/createIdentityProvider!path=type&t=request) table lists the scopes that are supported for each Identity Provider.
60204
-
items:
60205
-
type: string
60206
-
example: openid
60299
+
$ref: '#/components/schemas/OAuthScopes'
60207
60300
ProtocolSaml:
60208
60301
title: SAML 2.0 Protocol
60209
60302
description: Protocol settings for the [SAML 2.0 Authentication Request Protocol](http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf)
0 commit comments