Questions tagged [idsrv]

Also known as the `Identity Server`

IdentityServer is a framework and a 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. On these pages you can find updates, documentation and information about identity server and related projects from us and the community.

6 questions
2
votes
0 answers

IdentiyServer4: Automatic token refresh doesn't update external tokens

For the last couple of weeks, I have been working on a new identity-provider for one of our systems. This is the first time, that I work with IdentityServer and OpenId, and I have managed to get the most of it working, but I keep hitting a concrete…
Nicky
  • 428
  • 3
  • 13
1
vote
1 answer

What data will be stored in the idsrv cookie of the IdentityServer4?

I would like to use the IdentityServer for the "authentication part" of my single page application. I noticed that some cookies are generated. So I read the documentation of the IdentityServer to get more informationen about the idsrv cookie. The…
julius
  • 81
  • 1
  • 8
1
vote
2 answers

What does idsrv mean in IdentityServer 3?

Is idsrv the short name for something? What is idsrv in IdentityServer 3? As my understanding, is it like the database of identityserver to store the clients, scope, and tokens?
Tsunghua Lee
  • 151
  • 1
  • 11
1
vote
1 answer

Not able to access protected Web-api after logging in to the default asp.net core web application template

I have used the default web application template for ASP.NET Core and created an application (http://localhost:xxxx/). Now I have added a new Web API Controller with path as api/test and default get method that returns a test string array and have…
Teja
  • 31
  • 4
0
votes
0 answers

Identity Server - HTTPS binding, SAN Certificate & NLB

I need help regarding Identity Server on the following: Do reference tokens use Signing Certificate? On http://localhost application is working fine, on binding to a public URL with https, the login call returns a token, but consecutive…
zeppelin
  • 451
  • 1
  • 4
  • 24
0
votes
1 answer

Identity server communication with DB - Security concerns

I need quick help regarding Identity server. There is a client requirement to not allow any public hosted application to directly talk to the database. In Identity server's case, the Identity server will be hosted publicly for token endpoint, and it…
zeppelin
  • 451
  • 1
  • 4
  • 24