Initiate OIDC Login
GET/oidc-idp/login/stores/:storeId/authentication-realms/:realmId
Initiate the OIDC login flow for a specific store and authentication realm ::: note This is not an API Endpoint, but the Authentication Request of the OpenID Connect Authentication Flow. To initiate an OpenID Connect authentication you must change the location in the Browser to this URL, not call it asynchronously. :::
Request
Responses
- 303
- 307
- 400
See Other - Redirects to the IdP provider for authentication
Response Headers
Location
The URL of the IdP provider to redirect to
Temporary Redirect - Redirects the user back to the caller.
Response Headers
Location
The location to redirect to, typically the store front.
In some cases the OAuth 2.0 specification does not permit us to redirect the user back to the caller, in which case they will see a 4xx.