get https://yourcompany.login.fabric.inc/oauth2/default/v1/authorize
Use this endpoint to authenticate userapp
(s) using fabric Identity. When calling this endpoint, the immediate response will be a browser redirect to the hosted Login page configured in fabric Identity. After successful authentication of the user on the hosted Login page, fabric Identity will redirect back to the userapp
using the provided redirect_uri
. This endpoint supports both authorization code flow with and without Proof of Code Exchange (PKCE).
Note: This endpoint is not required for sysapp
authentication (refer to /token
endpoint instead)