FedCM Support
FedCM Support
Ory Network now supports Federated Credential Management (FedCM) for Google and NetID SSO.
FedCM is a web API and standard that lets users sign in with their federated identity providers.
Ory Network exposes two new endpoints.
One endpoint retrieves FedCM parameters that include a list of SSO providers with FedCM config URLs, a nonce encoding the provider ID, and a CSRF token.
The client calls the Browser API via navigator.credentials.get
using this data. Next, the client submits the returned token and CSRF token to Ory Network.
Ory extracts the provider ID from the nonce, retrieves the ID token with claims, updates or creates the identity, and issues a session.
Please refer to the documentation for more details: FedCM Documentation.