Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.34 KB

File metadata and controls

13 lines (9 loc) · 1.34 KB

Okta.Sdk.Model.SamlSsoEndpoint

IdP's SingleSignOnService endpoint where Okta sends an <AuthnRequest> message

Properties

Name Type Description Notes
Binding ProtocolEndpointBinding [optional]
Destination string URI reference that indicates the address to which the `<AuthnRequest>` message is sent. The `destination` property is required if request signatures are specified. See SAML 2.0 Request Algorithm object. [optional]
Url string URL of the binding-specific endpoint to send an `<AuthnRequest>` message to the IdP. The value of `url` defaults to the same value as the `sso` endpoint if omitted during creation of a new IdP instance. The `url` should be the same value as the `Location` attribute for a published binding in the IdP's SAML Metadata `IDPSSODescriptor`. [optional]

[Back to Model list] [Back to API list] [Back to README]