🤖 GenAI OIDC IdP
PoC
OpenID Connect Identity Provider powered by LLM
📡 Endpoints
GET
/.well-known/openid-configuration
GET
/authorize
POST
/token
GET
/userinfo
🔐 Test Clients
test-client-1
Secret: test-secret-1 | Redirect: localhost:3000, localhost:8080
test-client-2
Secret: test-secret-2 | Redirect: localhost:4000
👤 Test Users
user1
Password: password1 | Email: user1@example.com
user2
Password: password2 | Email: user2@example.com
admin
Password: admin123 | Email: admin@example.com
🚀 Try It Now!
Experience the LLM-powered OIDC authentication flow
Open Test Client