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
Hi! I used the Kickstarter to configure an OAuth2 endpoint and set a profileEndpoint to fetch the profile from there.
Authentication does not work and after digging into it a bit, it looks like this configuration option is not implemented yet and the auth fails because wicked tries to find the email claim in the accessToken, but it is not in there because it is expected to fetch this from the profileEndpoint.
Is this correct and if so what is the current schedule for this feature? Any help needed on that part?
The text was updated successfully, but these errors were encountered:
This is most probably correct, unfortunately. We were looking at fully implementing this when the support for OIDC #184 is implemented. It shouldn't be very difficult to just in the mean time implement a simple "fetch from profile end point", but I just haven't had time for it. PRs are very welcome.
Hi! I used the Kickstarter to configure an OAuth2 endpoint and set a profileEndpoint to fetch the profile from there.
Authentication does not work and after digging into it a bit, it looks like this configuration option is not implemented yet and the auth fails because wicked tries to find the email claim in the accessToken, but it is not in there because it is expected to fetch this from the profileEndpoint.
Is this correct and if so what is the current schedule for this feature? Any help needed on that part?
The text was updated successfully, but these errors were encountered: