You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up OpenID Connect but I am so far unsuccessful. Currently I'm getting the warning: level=error msg="claim 'email' missing or has bad format". The email claim should be present and correct, other OIDC SPs don't seem to have any problems. We're using the somewhat exotic NetIQ Access Manager as IDP.
Impact
Web-Frontend (what users interact with)
Installation method
Package
Database
Postgres
Browser
Firefox
Semaphore Version
2.13.0-75ffe9c-1742166024
Ansible Version
Logs & errors
level=error msg="claim 'email' missing or has bad format"
Not sure if this can help, but I was having same issue setting the OIDC with another IDP called Zitadel and what fixed it for me was to make sure to include the user info in the ID token that helps clients to retrieve the scopes from it. Not always this is enabled by default.
Issue
Hello,
I'm trying to set up OpenID Connect but I am so far unsuccessful. Currently I'm getting the warning:
level=error msg="claim 'email' missing or has bad format"
. The email claim should be present and correct, other OIDC SPs don't seem to have any problems. We're using the somewhat exotic NetIQ Access Manager as IDP.Impact
Web-Frontend (what users interact with)
Installation method
Package
Database
Postgres
Browser
Firefox
Semaphore Version
2.13.0-75ffe9c-1742166024
Ansible Version
Logs & errors
Manual installation - system information
OS: Debian 12
uname -a: Linux id-223 6.1.0-30-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.124-1 (2025-01-12) x86_64 GNU/Linux
Reverse proxy: nginx version: nginx/1.27.4
Configuration
Additional information
No response
The text was updated successfully, but these errors were encountered: