Okta.Sdk.Model.WellKnownSSFMetadata
October 22, 2025 ยท View on GitHub
Metadata about Okta as a transmitter and relevant information for configuration.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AuthorizationSchemes | List<WellKnownSSFMetadataSpecUrn> | An array of JSON objects that specify the authorization scheme properties supported by the transmitter | [optional] |
| ConfigurationEndpoint | string | The URL of the SSF Stream configuration endpoint | [optional] |
| DefaultSubjects | string | A string that indicates the default behavior of newly created streams | [optional] |
| DeliveryMethodsSupported | List<string> | An array of supported SET delivery methods | [optional] |
| Issuer | string | The issuer used in Security Event Tokens. This value is set as `iss` in the claim. | [optional] |
| JwksUri | string | The URL of the JSON Web Key Set (JWKS) that contains the signing keys for validating the signatures of Security Event Tokens (SETs) | [optional] |
| SpecVersion | string | The version identifying the implementer's draft or final specification implemented by the transmitter | [optional] |
| VerificationEndpoint | string | The URL of the SSF Stream verification endpoint | [optional] |