1. Docs
  2. API Reference
  3. ServiceProviderDetailsResponseDto

ServiceProviderDetailsResponseDto

Example

JSON
{
  "protocol": "saml",
  "acs_url": "string",
  "entity_id": "string",
  "metadata_url": "string",
  "redirect_uri": "string"
}

Properties

5 properties 5 required

protocol enum Required
Enumsamloidc
acs_url string Required

SAML only: where the identity provider posts assertions.

nullable
entity_id string Required

SAML only: the service provider's entity id (its metadata URL).

nullable
metadata_url string Required

SAML only.

nullable
redirect_uri string Required

OpenID Connect only: the redirect URI to register.

nullable
Was this page helpful?

Tell us how we can improve this guide.