vaulttec/sonar-auth-oidc

Add "Custom claim" login generation strategy

Closed this issue · 0 comments

Some OIDC providers use unique IDs which Sonar cannot accept as a login and they do not supply any other claims that this plugin can use. One example is Azure AD which uses the claim "upn".

So we need a new login generation strategy which allows to define a claim for the unique ID.