- DATE:
- AUTHOR:
- Ory Team
Ory Network
Ory Kratos
New Feature
More Flexibility for Social Login with prompt= parameters
DATE:
AUTHOR:
Ory Team
Ory Identities and Ory Kratos support any OpenID Connect compatible login provider, including popular choices like Google, Facebook, Apple or Github. Ory Identities now adds support to pass a prompt
parameter to the upstream provider
The prompt
parameter specifies whether the Authorization Server prompts the End-User for reauthentication and consent, for example select_account
. To pass these parameters on login
, registration
and settings
flows, the application can use the submit form body to pass the parameters.
See the Ory documentation for more details!