Okta.Sdk.Model.LogIssuer

October 22, 2025 ยท View on GitHub

Describes the issuer of the authorization server when the authentication is performed through OAuth. This is the location where well-known resources regarding the details of the authorization servers are published.

Properties

NameTypeDescriptionNotes
IdstringVaries depending on the type of authentication. If authentication is SAML 2.0, `id` is the issuer in the SAML assertion. For social login, `id` is the issuer of the token.[optional] [readonly]
TypestringInformation on the `issuer` and source of the SAML assertion or token[optional] [readonly]

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