githubEdit

splitMulti Providers - Login with Google or Microsoft

circle-exclamation

The example setup is live here: https://example-multi-providers.oidc-spa.dev/arrow-up-right

Run it locally with:

npx degit https://github.com/keycloakify/oidc-spa/examples/multi-providers oidc-spa-multi-providers
cd oidc-spa-multi-providers
# NOTE: With this example only internat Insee Microsoft account can sign in.
# You can however signin with your personal Google Account.
cp .env.local.sample .env.local
yarn
yarn dev

Last updated

Was this helpful?