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

Missing Management API Functionality for Linking User Accounts (link_with) #269

Closed
cschwalm opened this issue Jun 17, 2020 · 1 comment
Closed

Comments

@cschwalm
Copy link
Contributor

Please do not report security vulnerabilities here. The Responsible Disclosure Program details the procedure for disclosing security issues.

Thank you in advance for helping us to improve this library! Your attention to detail here is greatly appreciated and will help us respond as quickly as possible. For general support or usage questions, use the Auth0 Community or Auth0 Support. Finally, to avoid duplicates, please search existing Issues before submitting one here.

By submitting an Issue to this repository, you agree to the terms within the Auth0 Code of Conduct.

Missing Management API functionality for linking user accounts

The Java Auth0 API is missing the ability to link accounts using the "link_with" body parameter option. This is useful for when the client sends the secondary ID token to link with.

Describe the ideal solution

Override the linkIdentity method in UsersEntity.java to support the ability to supply a ID token instead of a connection and provider string. See: https://auth0.com/docs/api/management/v2#!/Users/post_identities

Alternatives and current work-arounds

The only known work around is to manual decode and verify the ID token and extract the ID to use with the existing method.

Additional context

https://auth0.com/docs/api/management/v2#!/Users/post_identities

@cschwalm
Copy link
Contributor Author

Here is the PR: #270

lbalmaceda added a commit that referenced this issue Jul 27, 2020
#269 : Missing Management API Functionality for Linking User Accounts…
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

No branches or pull requests

2 participants