Okta.Sdk.Model.SamlSsoEndpoint

October 22, 2025 ยท View on GitHub

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

Properties

NameTypeDescriptionNotes
BindingProtocolEndpointBinding[optional]
DestinationstringURI 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]
UrlstringURL 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]