identityserver-token-exchange icon indicating copy to clipboard operation
identityserver-token-exchange copied to clipboard

A solution for exchanging external (Facebook,Google,Twitter etc) tokens with IdentityServer access token.

Results 10 identityserver-token-exchange issues
Sort by recently updated
recently updated
newest added

It seems that there is a return; missing from this if statement? https://github.com/waqaskhan540/identityserver-token-exchange/blob/6d8885b66d375e22dbb00b1c232a13af4d10bb76/src/IdentityServer.External.TokenExchange/ExternalAuthenticationGrant.cs#L76

Is it possible to use DB instead of memory for adding users? I am currently already using DB for IdentityServer but I would like to extend it with your library...

As you may know apple has introduced their signing button and flow recently so it's very nice to add it as one of the external provider that we can exchange?

Hi, I'm trying to use your `nuget` but when I register it to `IdentityServer4`, it throws me the error: **The type 'IIdentityServerBuilder' is defined in an assembly that is not...

Hello, I am getting strange error: User has been disabled. I am getting correctly request from google oauth2 and send it to IdentityServer. `[10:21:17 ERR] User has been disabled{"subjectId": "a046b845-ffb7-4fcd-b686-17dc370ee100"},...

Have any plans to integrate with AzureAD ?

Hi, Thanks for the work you have done! I am facing an issue, you might be able to resolve (a lot) better than I currently can: I am using this...

How would one add a custom IProfileService service provider to the existing app? Am looking into ways I can integrate local account creation in combination with social login providers. The...