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

Connector's can't associate private connector data with end users #514

Closed
ericchiang opened this issue Jul 19, 2016 · 1 comment
Closed

Comments

@ericchiang
Copy link
Contributor

This was brought up in #510.

Now that connector's have methods that are separate from logging in, in this case Groups, we need some mechanism for passing information between these kinds of calls.

For example, I login to GitHub and an access token which can list groups. However there's no way for connectors to associate that data for the second call, or for refresh events.

While the groups method needs to be expanded to accomplish this, the oidc.LoginFunc needs to be more general, since it's the only way connectors are able to persist data during the login event.

@ericchiang
Copy link
Contributor Author

Connectors can now associate data with OAuth2 sessions.

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

1 participant