mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 12:27:48 +00:00
12 lines
313 B
YAML
12 lines
313 B
YAML
type: object
|
|
properties:
|
|
role:
|
|
type: string
|
|
enum:
|
|
- SAML_IDP
|
|
- SAML_SP
|
|
entityId:
|
|
type: string
|
|
description: An entity ID is a globally unique name for a SAML entity, either an Identity Provider (IDP) or a Service Provider (SP).
|
|
example: http://www.okta.com/exkdaruy8Ln5Ry7C54x6
|