IdentityServer / IdentityServer3

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana
https://identityserver.github.io/Documentation/
Apache License 2.0
2.01k stars 764 forks source link

Various platforms expect different parameter names for account linking #3369

Closed benjaminpaul closed 7 years ago

benjaminpaul commented 7 years ago

Hi Everyone,

I have been tasked with enabling account linking to my companies user accounts via a number of different platforms and devices (Amazon Alexa, Facebook Messenger Bots etc) and one of the issues I am having is that each platform expects the callback after authentication to append the token to the query string using a different parameter name...

https://www.example.com/callback?auth_token= https://www.example.com/callback?access_token= https://www.example.com/callback?token=

etc etc

How would one handle this kind of scenario considering I cannot simply ask the platforms to expect a certain parameter name? Has anyone had this kind of scenario and solved it?

Thanks

kmkatsma commented 7 years ago

benjaminpaul Ever find a solution for this? Looking at identityserver and would also need to handle account linking to external platforms like this.

brockallen commented 7 years ago

This seems to be a general question about IdentityServer - not a bug report or an issue.

Please use StackOverflow for that. This has the advantage that questions and answers can be easily found by search engines, and that there are more people answering questions than just us.

For IdentityServer3 https://stackoverflow.com/questions/tagged/?tagnames=identityserver3&sort=newest

For IdentityServer4 https://stackoverflow.com/questions/tagged/?tagnames=identityserver4&sort=newest

For commercial support https://identityserver.io/