Search results for query: *

  1. S

    Server is not able to validate Angular Client [IdentityServer]

    So I have the following setup: Frontend: AngularJS App Backend: WebApi with Identity Server to validate clients In my Backend I create a new in-memory client like so: new Client { Enabled = true, ClientId = "myapp.mycompany", ClientUri = "https://myapp.mycompany.com"...
  2. S

    Identity Server 3: Set different Refresh Token Expiration for a specific user

    I have the following setup: Client: AngularJS Web App Server: ASP.NET Web API In the server I use the IdentityFramework3 to authenticate users on my AngularJS Client that has the (oidc-token-manager) configured. Currently I'm setting the AbsoluteRefreshTokenLifetime to 48 hours for my...
Back
Top Bottom