rustd / AspnetIdentitySample

476 stars 248 forks source link

Client Credentials Example #42

Open amarwadi opened 10 years ago

amarwadi commented 10 years ago

Hello, would it be possible to add an example to support Client Credentials? There are quite a few examples of obtaining the Resource Owner Grant/Token, but none explain the ability to obtain Client Credentials.

Likewise, it would be nice to have examples of Token invalidation/Security Stamp Validation etc.

weitzhandler commented 4 years ago

Please implement this. I'd love to see a client of a different type (not ASP.NET), for example UWP or Console app, to broaden the example use case even further. There is MSAL.NET, but apparently only works against Azure B2C or AAD. There should be a client-side sign-in management system that targets an ASP.NET Identity server.