Questions tagged [identityserver3]

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework based on Katana.

IdentityServer 3 (IdSrv3) is a .NET/Katana-based framework and hostable component that allows implementing single sign-on and access control for modern web applications and APIs using protocols like OpenID Connect and OAuth2. It supports a wide range of clients like mobile, web, SPAs and desktop applications and is extensible to allow integration in new and existing architectures.

1321 questions
-1
votes
2 answers
-1
votes
1 answer

Identity Server (OpenID Connect) Hybrid Flow: Need user to stay signed in for 5 years using Refresh Tokens

I'm using the Identity Server 3 OpenID Connect to create a Hybrid client that will have long-lived access (Allowing users to stay signed in for 5 years without needing to enter their credentials) I have defined an In-Memory configuration store…
Eric Bergman
  • 1,453
  • 11
  • 46
  • 84
-1
votes
1 answer

Identity Server Authorization Code Flow example - Reading Claims

I have implemented an Identity Provider and a client application using Code flow. When validating he token and going through the claims, I can;t find the claims associated with the user I am suing. Code is very similar to Identity Server 4…
Sandra
  • 63
  • 3
  • 14
-1
votes
1 answer

Adding OIDC support with ID4\ID3 to Legacy WebForms App

I am starting a project to link ID4 or ID3 to a number of .Net Web Applications to support SSO across them using OIDC where they vary in Technology maturity. The one I am having some trouble with is a .Net 4.5 WebForms application which does not…
-1
votes
2 answers

How to solve open id configuration error with identity server 4?

I am trying to use Identity Server 4 for Authenticationa and authorization purpose but which ever project i try to run is throwing only 1 error which is like bugging me alot because i have search for this error and i cant find a stable and proper…
-1
votes
1 answer

Identityserver4 database, token and production

I implemented EF for identity server following this link https://github.com/IdentityServer/IdentityServer4.EntityFramework I see many tables/entities but not even single table for tokens.…
newbeedeveloper
  • 759
  • 2
  • 6
  • 10
-1
votes
2 answers

IdentityServer3 Unable to get document from

I'm using the IdentityServer3 Version (2.5.4) for the current project, everything works fine on my local machine (with IIS and IIS Express). The customer has a Windows7 Embedded machine (without SP1!) with .NET 4.5 installed, we created a selfsigned…
pbachman
  • 934
  • 2
  • 11
  • 18
-1
votes
1 answer

How to setup an MVC client for IdentityServer3

I'm trying to use the IdentityServer3 therefore I'm going over the official examples. I have created an authorization server which is very simple: namespace SimpleIdentityServer { public class Startup { public void…
Mohsen Kamrani
  • 7,177
  • 5
  • 42
  • 66
-1
votes
1 answer

Identity Server 3 - Asp.net Site

I'm working with identity Server. Created POC using Asp.net website and Identity Server3. We successfully login into identity server. Issue : When we login successfully after display page like following screen shot. Following is my code.
-1
votes
1 answer

Identity Server 3 Authentication/Authorization

I'm responsible for implementing a solution for allowing a mobile app to connect to a web API. I found IdentityServer3 and have started working with it. I'm still very new to this and am having trouble understanding a few things: How to you allow…
cr1pto
  • 539
  • 3
  • 13
-1
votes
2 answers

Google OAuth2 asking for "offline access"

I'm using the Microsoft.Owin.Security.Google (version 3.0.1) middlware to provide Google OAuth to my app. It's configured like so: app.UseGoogleAuthentication(new GoogleOAuth2AuthenticationOptions { AuthenticationType = "Google", Caption =…
RPM1984
  • 72,246
  • 58
  • 225
  • 350
-1
votes
2 answers

How to run Identity Server V3 client examples

I'm trying to run some of the examples from here. They're configured to access localhost:44333 - if I run one of the examples, e.g. JavascriptResourceOwner, the calls to that address are not getting any response. What project/solution should I be…
Sean
  • 14,359
  • 13
  • 74
  • 124
-1
votes
1 answer

Losing Authentication Details (ClaimsIdentity)

I have an application with claims based authentication and recently I have been having an issue where at random I lose authentication. The application usually gets it's Identity, Claims information from System.Security.Claims.ClaimsIdentity and it…
-2
votes
1 answer

I need to populate current username in the "Username" field of Identity Server custom login page

In the link below for Identity Server 3,I have to fill username and password to login. https://github.com/IdentityServer/IdentityServer3/blob/master/source/Core/Services/DefaultViewService/PageAssets/login.html But,what I need is that username…
-2
votes
1 answer

New client not accepted

please could you help with following mysterious & interesting issue? IIS websites: IdentityServer (v 2.0.1) - used to login & get clientToken for service account (which is furhter used for IdentityServerApi calls) IdentityServerApi - used to get…
Guris_cz
  • 1
  • 3
1 2 3
87
88