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.
56859
+
> **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.
56860
+
items:
56861
+
type: string
56862
+
example: public_profile
56863
+
type: array
56774
56864
OAuthTokenEndpoint:
56775
56865
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
60225
example: REQUEST
@@ -60153,6 +60244,19 @@ components:
60153
60244
enum:
60154
60245
- HTTP-POST
60155
60246
- HTTP-REDIRECT
60247
+
ProtocolIdVerification:
60248
+
title: ID Verification
60249
+
description: Protocol settings for the IDV
60250
+
allOf:
60251
+
- $ref: '#/components/schemas/Protocol'
60252
+
- type: object
60253
+
properties:
60254
+
credentials:
60255
+
$ref: '#/components/schemas/IDVCredentials'
60256
+
endpoints:
60257
+
$ref: '#/components/schemas/IDVEndpoints'
60258
+
scopes:
60259
+
$ref: '#/components/schemas/OAuthScopes'
60156
60260
ProtocolMtls:
60157
60261
title: Mutual TLS Protocol
60158
60262
description: Protocol settings for the [MTLS Protocol](https://tools.ietf.org/html/rfc5246#section-7.4.4)
@@ -60176,13 +60280,7 @@ components:
60176
60280
endpoints:
60177
60281
$ref: '#/components/schemas/OAuthEndpoints'
60178
60282
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
60283
+
$ref: '#/components/schemas/OAuthScopes'
60186
60284
ProtocolOidc:
60187
60285
title: OpenID Connect Protocol
60188
60286
description: Protocol settings for authentication using the [OpenID Connect Protocol](http://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth)
@@ -60197,13 +60295,7 @@ components:
60197
60295
endpoints:
60198
60296
$ref: '#/components/schemas/OAuthEndpoints'
60199
60297
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
60298
+
$ref: '#/components/schemas/OAuthScopes'
60207
60299
ProtocolSaml:
60208
60300
title: SAML 2.0 Protocol
60209
60301
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