-
Hi Stephen,
is there any "public" roadmap for this app? I ask this because I've fork'ed it to add some new features and it would be nice to have some sense of what might be overlapping or not.
Thank…
-
Hi,
I'm trying to set the securitymode to oauth2, but after the identity server validate my credential and redirect me to the "idm" web site, i don't seem to be authenticate at all. The only change i…
-
Hi,
I'm attempting to implement the OAuth2 settings for IdentityManager. I'm using my own idsvr3 host.
Running as local machine works like a charm, and I added a user with the default admin role (Ide…
-
Hey been playing with the beta and observed the following behaviour
When using SecurityMode.OAuth2 and the following OAuth2Configuration I am not able to login to IdentityManager. The login UI correc…
-
The question is all in the title really.
I've got a single page app that I'd like to serve using MVC. It calls an API that I'd like to include in the same application so that we don't have to deal w…
B3nCr updated
9 years ago
-
I have IdentityServer with Membership Reboot and IdentityManager running on a remote server, I've used the Admin UI of IdentityManager to setup a user, and add roles & claims to said user.
I'm develo…
-
In the configuration method of the OWIN Startup class, most of the sample projects are modelled like this:
``` c#
app.Map("/core", coreApp =>
{
...
…
-
**Initial State**
1. I installed Thinktecture.IdentityServer3.EntityFramework
2. I installed Thinktecture.IdentityServer3.MembershipReboot
3. I installed Thinktecture.IdentityManager
4. I installed Th…
-
Hello,
I have one IdSrv3 asp mvc application and one client asp mvc application. After i loggin success to the client application i don't see the claims, no username and other claims missing.. I usin…
-
Was the lack of a delete method on the interface intentional? I was getting around to cache this week and looked at both the default (which defaults to a rather "safe" 5 minutes) and the redis contrib…