성공/실패 분석
| Auth0 성공 로그 | [c.a.p.a.s.w.u.i.jit.mapping.OidcUserDataFromIdpMapper] Claims received in response for IdP: [https://mydomain.net/claims/groups, nickname, name, picture, updated_at, email, email_verified, iss, aud, sub, iat, exp, sid, nonce] |
|---|---|
| KAFE 실패 로그 | [c.a.p.a.s.w.u.i.jit.mapping.OidcUserDataFromIdpMapper] Claims received in response for IdP: [sub, exp, at_hash, iat, aud, iss, nonce] |
KAFE OIDC 로그
2025-10-27 16:07:37,600+0900
http-nio-8080-exec-26 url: /plugins/servlet/external-login/3
TRACE
[c.a.p.a.s.web.oidc.OidcAuthenticationRequestFactory]
Effective OIDC scopes for auth request to IdP [3] are: [[openid, email, profile, kafe.userinfo]]
2025-10-27 16:07:37,600+0900
http-nio-8080-exec-26 url: /plugins/servlet/external-login/3
DEBUG
[c.a.p.a.s.web.oidc.OidcAuthenticationRequestFactory]
Prepared OpenID Authentication request: scope=openid+email+profile+kafe.userinfo&response_type=code&redirect_uri=https%3A%2F%2Fissues.mydomain.net%2Fplugins%2Fservlet%2Foidc%2Fcallback&state=...&nonce=...&client_id=...
2025-10-27 16:07:58,023+0900
http-nio-8080-exec-17 url: /plugins/servlet/oidc/callback
TRACE
[c.a.p.a.s.w.u.i.jit.mapping.OidcUserDataFromIdpMapper]
Claims received in response for IdP: [sub, exp, at_hash, iat, aud, iss, nonce]
2025-10-27 16:07:58,023+0900
http-nio-8080-exec-17 url: /plugins/servlet/oidc/callback
ERROR
[c.a.p.a.s.web.filter.ErrorHandlingFilter]
[UUID: ...] Received no groups claim in OIDC response, the group mapping may be incorrect. Mapping user 'email' for IdP 'KAFE'
com.atlassian.plugins.authentication.sso.web.usercontext.impl.jit.JitException: Received no groups claim in OIDC response, the group mapping may be incorrect. Mapping user 'email' for IdP 'KAFE'
at com.atlassian.plugins.authentication.sso.web.usercontext.impl.jit.mapping.OidcUserDataFromIdpMapper.mapUser(OidcUserDataFromIdpMapper.java:42)
at com.atlassian.plugins.authentication.sso.web.oidc.OidcConsumerServlet.doGet(OidcConsumerServlet.java:124)
...