robrotheram / taiga-contrib-openid-auth

Taiga plugin for openid authentication
45 stars 24 forks source link

Scopes not set in the intial authentication request. #19

Closed saul-jb closed 3 years ago

saul-jb commented 3 years ago

I have just got this plugin to work with a custom OpenID Connect setup and initially had problems because the request that it initially makes does not include any scopes - I am having to intercept the initial authentication request and add scope=openid email profile to the request parameters before processing it.

Unless I have misunderstood something, this plugin should be requesting the claims it needs.