Multi Providers - Login with Google or Microsoft
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 devLast updated
Was this helpful?