IdentityServer / IdentityServer4

OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
https://identityserver.io
Apache License 2.0
9.23k stars 4.02k forks source link

Question: asp.net 4.5 obtain token and call asp.net core API #1520

Closed nigel-dewar closed 7 years ago

nigel-dewar commented 7 years ago

Hi There, I have read through the docs but I cannot find an answer Im looking for sorry.

Here is what I would like to know.

I have 4 peices to the puzzle

I wish to have the client call the asp.net 4.5 API, which validates the token (I know how to do that), but then I want to call the asp.net core API from the asp.net 4.5 API - to do some additional work which I couldnt do in my asp.net 4.5 (Its a long story).

I believe what I am seeking to do in my asp.net 4.5 is use to same token passed from the html client, and re-use this passing it again to the second (asp.net core) API.

Is this all legit? possible?

Cheers

leastprivilege commented 7 years ago

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

Please use one of the our free or commercial support options

See here for more details.

Thanks!

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.