IdentityServer3.Samples icon indicating copy to clipboard operation
IdentityServer3.Samples copied to clipboard

Samples for IdentityServer v3

Results 12 IdentityServer3.Samples issues
Sort by recently updated
recently updated
newest added

to make it easy for hosting. Taken from Azure Samples [here](https://github.com/Azure-Samples/active-directory-dotnet-webapp-webapi-multitenant-openidconnect/blob/master/TodoListWebApp/App_Start/Startup.Auth.cs#L61-L70).

Angular items are not used anymore

With the removal of angular and site scripts from MVC views, LoggedOut view lost ability to AutoRedirect when IdentityServer is configured to allow post logout auto redirection.

I've recently starting looking into FIDO U2F and how this might be used as an additional option for 2FA within our (my company's) existing implementation of IdentityServer3. I came across...

The Angular partial is not needed anymore

@brockallen, I was getting "The client application is not known or is not authorized" errors without this fix. Updated client_id to match ClientId on line 195 of Client.cs in Host.Configuration/Config/Clients.cs...

I need help with the following sample: IdentityServer3.Samples/source/WebHost (Windows Auth All-in-One). After building the project and running it, the Identity Server 3 host asks me for a username / password...

Logging Sample to illustrate how to use IdentityServer logging in custom services (e.g. a custom user service) as well as how to add a custom logging sink. not link for...

Hi I am new to Identity Server. I have debugged few samples and now able to use custom user service sample with my datastore. I have debugged different samples and...

Hi, I was able to run this sample as it is and works fine with IISExpress. Even my custom html/css works fine but as soon as I switch the projects...