Email OIDC Provider
This is a passwordless OIDC provider that uses email magic links for authentication.
Endpoints
Authorization:
GET /authorize
Token:
POST /token
UserInfo:
GET /userinfo
How it works
- User initiates OIDC login flow from your application
- User enters their email address
- A magic link is sent to their email
- User clicks the link to verify their email
- Authorization code is returned to your application
- Your application exchanges the code for tokens
- The ID token contains the verified email address
Configuration
Issuer: https://sso-email.sikalabs.com