Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProfileEndpoint for wicked.auth not implemented yet? #208

Closed
Iblis opened this issue Jul 8, 2019 · 3 comments
Closed

ProfileEndpoint for wicked.auth not implemented yet? #208

Iblis opened this issue Jul 8, 2019 · 3 comments

Comments

@Iblis
Copy link

Iblis commented Jul 8, 2019

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?

@DonMartin76
Copy link
Member

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.

@Iblis
Copy link
Author

Iblis commented Jul 10, 2019

PR can be found here apim-haufe-io/wicked.auth#7

@DonMartin76 DonMartin76 added this to the 1.0.0-rc.7 milestone Jul 14, 2019
@DonMartin76
Copy link
Member

Merged, will land in 1.0.0-rc.7. THANKS!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants