DiscoverIDP
IDP Discovery & Probe Probe a remote endpoint to discover and register an Identity Provider connection.
POST
/api/v1/sso/idp/discoverOperation ID
DiscoverIDPSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
endpointStringRequiredEndpoint URL of the Identity Provider to probe for discovery.
Example: https://idp.example.com
usernameStringRequiredUsername credential used to authenticate during IDP discovery.
Example: admin
passwordStringRequiredPassword credential used to authenticate during IDP discovery.
Example: p@ssw0rd
