Files
Ronni Skansing df555820f9 Add OIDC provider support.
Add exclusive SSO login support.

Signed-off-by: Ronni Skansing <rskansing@gmail.com>
2026-06-17 23:41:03 +02:00

23 lines
495 B
JSON

{
"realm": "phishingclub",
"enabled": true,
"sslRequired": "none",
"registrationAllowed": false,
"loginWithEmailAllowed": true,
"clients": [
{
"clientId": "phishingclub",
"name": "Phishing Club",
"enabled": true,
"publicClient": true,
"standardFlowEnabled": true,
"directAccessGrantsEnabled": false,
"redirectUris": ["*"],
"webOrigins": ["*"],
"attributes": {
"pkce.code.challenge.method": "S256"
}
}
]
}