Principal OIDC Gamma
This lightweight test application can run an OIDC authorization-code flow and shows the claims or auth headers it receives.
Groups and roles seen by the app
{}Full decoded claims, userinfo, and auth headers
{
"app": {
"name": "Principal OIDC Gamma",
"slug": "oidc-claims-gamma"
},
"auth_headers": {
"X-Forwarded-For": "216.73.216.114",
"X-Forwarded-Host": "principal-oidc-gamma.stage.primeinsights.tech",
"X-Forwarded-Port": "443",
"X-Forwarded-Proto": "https",
"X-Forwarded-Scheme": "https",
"user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
},
"groups_and_roles": {},
"id_token_claims": {},
"oidc": {
"client_id_configured": false,
"issuer": "https://dex-principal.stage.primeinsights.tech",
"redirect_uri": "https://principal-oidc-gamma.stage.primeinsights.tech/callback",
"scopes": "openid profile email groups offline_access"
},
"userinfo": {}
}