waqaskhan540 / identityserver-token-exchange

A solution for exchanging external (Facebook,Google,Twitter etc) tokens with IdentityServer access token.
GNU General Public License v3.0
15 stars 20 forks source link

Search entry assembly for AuthProviders #14

Closed bpred754 closed 4 years ago

bpred754 commented 4 years ago

Custom AuthProviders are not available in the _tokenServiceAccessor services. This change, scans the entry assembly for custom AuthProviders and adds them to the DI container.