idplogin
post
https://{host}:{port}/{basePath}/loginIdp
Start a new session for a federated user.
Request
Header Parameters
-
opc-request-id: string
Unique identifier for the request
Supported Media Types
- application/x-www-form-urlencoded
Nested Schema : IdpLoginResponse
Type:
Show Source
object
-
relayState: string
relay state string.
-
samlResponse: string
Saml response received from Idp server.
Security
-
basicAuth: http
Type:
http
Response
Supported Media Types
- application/json
200 Response
Request completed successfully.
Headers
-
Auth-Level:
Authorization level for the user authenticated for this session.
-
Auth-Token:
Authentication token returned from a successful login response.
-
User-Id:
Id of the user authenticated for this session.
-
User-Name:
Name of the user authenticated for this session.
400 Response
Bad request
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
401 Response
Unauthorized
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
404 Response
Not Found
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
500 Response
Internal Server Error
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
Default Response
An error has occurred
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.