IdentityServer / IdentityServer4.Templates

dotnet new templates for IdentityServer4
Apache License 2.0
695 stars 229 forks source link

Fix link to IdentityServer4 samples #54

Closed amiller-ims closed 5 years ago

amiller-ims commented 5 years ago

Fixes #53

dnfclas commented 5 years ago

CLA assistant check
All CLA requirements met.

brockallen commented 5 years ago

great, thanks!

brockallen commented 5 years ago

we need the same fix in the main repo. mind doing the same PR there?

amiller-ims commented 5 years ago

Such as https://github.com/IdentityServer/IdentityServer4/blob/master/src/AspNetIdentity/host/Views/Home/Index.cshtml ?

I don't mind.

On Wed, Jun 5, 2019 at 9:44 AM Brock Allen notifications@github.com wrote:

we need the same fix in the main repo. mind doing the same PR there?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/IdentityServer/IdentityServer4.Templates/pull/54?email_source=notifications&email_token=ALQWLUX4BKVIWZUDN73A2MTPY7UPRA5CNFSM4HT2IFE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXAKB5A#issuecomment-499163380, or mute the thread https://github.com/notifications/unsubscribe-auth/ALQWLUXHDTCOYARVQPHVCX3PY7UPRANCNFSM4HT2IFEQ .

brockallen commented 5 years ago

Yes, for the two ones that actually are the code we use for these templates:

https://github.com/IdentityServer/IdentityServer4/tree/master/src/IdentityServer4/host

and

https://github.com/IdentityServer/IdentityServer4/tree/master/src/AspNetIdentity/host

Great, thanks!