Overview
Developers might have use cases when some of their users are not yet ready to use the connection setup with Home Realm Discovery (HRD) and need to be manually redirected to a different connection, such as a Database connection.
Applies To
- Home Realm Discovery (HRD)
Solution
To bypass the identifier first screen, developers can do an /authorize call specifying the connection in the parameters. This way the user will be directed to the login screen of the connection you specify.
Here is an example :
https://your_domain/authorize?response_type=code&client_id=Your_Client_ID&connection=connection_name&redirect_uri=your_redirect_URI&additional_parameters