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

Added User Info endpoint #1107

Closed
wants to merge 1 commit into from
Closed

Added User Info endpoint #1107

wants to merge 1 commit into from

Conversation

fjbsantiago
Copy link
Contributor

Currently only works with OIDC connector by adding a userInfo configuration entry, but ready to be implemented for other connectors.

Other connectors can make use of the endpoint by implementing the GetUserInfo interface.
Upon login, the connector can store any relevant context information in Identity.connectorData before returning.
This data will be passed back later on as an parameter for the GetUserInfo method.

@ericchiang
Copy link
Contributor

Per my original proposal, this shouldn't require storing additional data #376 (comment)

I'm really sorry, but I'm going to close this. An implementation that only works with an OpenID Connect connector isn't going to get merged, and I want to be forthright about our limited bandwidth to review and get other contributor's PRs into shape.

We're trying get some internal sprint time soon to work on this.

@ericchiang ericchiang closed this Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants