identityserver3 Questions
0
I have implemented IsActive inside my custom user service and one of the steps that I do in that method is: check if the user has any roles for the requested client. If user has no roles IsActive w...
Culmiferous asked 4/5, 2016 at 1:59
1
Solved
I'm almost figuring out how the different pieces of an Authentication and Authorization server architecture work. I really think that IdentityServer is a great piece of software.
I'm trying to sum...
Congest asked 2/5, 2016 at 15:16
1
I've recently setup IdentityServer v3 and its running like a dream, however I'm having troubles with the OWIN middleware.
I would like to use the hybrid flow so I can refresh tokens in the backen...
Ombre asked 28/7, 2015 at 6:21
1
Solved
My goal is a Angular app that consumes a web service, with users of the app/web service authenticated using Windows auth. Users should be able to log into a machine on our Windows domain, open a br...
Oleograph asked 27/4, 2016 at 9:51
1
Solved
Currently I have an Identity server that runs perfectly, but I want to add an API on top of it to make some database configuration changes through a web front end. The examples in the docs show how...
Jacinda asked 21/4, 2016 at 17:8
1
I am using Identity Server 3 + OpenID Connect + OAuth 2.0 to implement Single Sign On in one of my projects. I have set up everything according to samples provided and everything works just fine. I...
Staggard asked 19/4, 2016 at 10:22
1
Solved
Short: My client retrieves an access token from IdentityServer sample server, and then passes it to my WebApi. In my controller, this.HttpContext.User.GetUserId() returns null (User has other claim...
Fun asked 9/4, 2016 at 21:12
2
I am using Identity Server 3 for a central authentication server to a .Net MVC web application I am building.
I have configured the authentication server to use the Open ID Connect identity provide...
Puckery asked 2/3, 2016 at 1:58
1
Solved
We are planning to integrate the identity server 3.
We have our own login page which has following:
Login section
Account Registration Section,
Is it possible to have a custom login page fo...
Elamite asked 4/3, 2016 at 11:54
1
I have two sites https://www.somesite.com (user site) and https://admin.anothersite.com (admin site) and I am using Identity Server 3 for access control, this is hosted on https://identity.somesite...
Brodeur asked 4/2, 2016 at 11:52
2
Solved
I am using OpenIdConnect provider with Owin/Katana for authentication in my asp.net mvc application. OpenIdConnect Provide authenticates users against Active Directory. I wanted to do a simple auth...
Weisburgh asked 9/9, 2015 at 20:0
3
Solved
Context:
I am using ASP.NET MVC with OWIN self host. Below are the rest of the configs/setup.
In my Clients in identity server (notice the AllowedScopes set):
public static class InMemoryClientS...
Coxcomb asked 18/9, 2015 at 14:19
4
Solved
How do I enable logging in Thinktecture IdentityServer v3?
I'm currently getting a generic error page, saying "There was an unexpected error".
I was able to figure out that the generic error gets...
Centrifuge asked 15/4, 2015 at 9:12
1
Solved
We have an environment with the following:
Standalone IdentityServer3 instance (issues reference tokens, not jwt)
ASP.NET WebAPI resource server
.NET client applications that authenticate against...
Asaph asked 16/10, 2015 at 15:8
1
I've downloaded the following example:
https://identityserver.github.io/Documentation/docs/overview/mvcGettingStarted.html
How can i change design of login page?
Madonia asked 15/9, 2015 at 14:20
1
Solved
So I have an MVC6 app that includes an identity server (using ThinkTecture's IdentityServer3) and an MVC6 web services application.
In the web services application I am using this code in Startup:...
Broucek asked 31/8, 2015 at 23:45
1
Solved
I am trying to authenticate a user against an existing user database.
I have an existing database with a users table and I want the Identity Server to look at this database and get authenticate the...
Unprintable asked 29/7, 2015 at 20:59
1
Solved
General notes
We're using IdentityServer3 and have been very happy with it so far.
We've gotten to secure MVC and ASP.NET Web API applications very easily with the help of both MS and Thinktecture...
Isolt asked 21/5, 2015 at 8:18
1
Solved
I apologize in advance for asking this as I have next to no knowledge of security in general and IdentityServer in particular.
I am trying to set up IdentityServer to manage security for an Asp.Ne...
Preamplifier asked 11/6, 2015 at 3:18
1
Solved
Using IdentityServer3 I need to automatically login and redirect a local user back to the client application after the user has completed a registration process. Is there an elegant way to do this?...
Sondrasone asked 14/5, 2015 at 2:35
1
I have used the IdentityServer v3, now I want one website to be both the identity host and the web api host.
The authority option is not used to validate the token. I have verified the token endpo...
Tarratarradiddle asked 1/5, 2015 at 13:46
1
Solved
Brock Allen released the new beta version of IdentityManager last week. There are quite some changes in the security model, so the configuration also changed.
He even took some videos (Setting up ...
Shepley asked 29/4, 2015 at 8:40
1
Solved
I have the following client set up in IdentityServer:
new Client
{
ClientName = "My web application",
Enabled = true,
ClientId = "mywebapp",
ClientSecrets = new List<ClientSecret>
{
ne...
Unleash asked 21/4, 2015 at 18:44
1
Solved
I'd like to bypass the consents screen when a user logs in using IdentityServer3, granting all consents by default. Is there an way to configure this?
This is the screen I wish to bypass:
Illconsidered asked 21/4, 2015 at 22:53
1
Trying to use Thinctecture identityserver v3 as a simple sts for multiple mvc applications.
I'm able to walk through the sample applications provided and the run fine but they all use embedded iden...
Unbolted asked 3/12, 2014 at 15:39
© 2022 - 2024 — McMap. All rights reserved.