-
Using this video as the basis for setting up the RP (http://vimeo.com/51666380 - Thinktecture IdentityServer v2 Tutorial: The 1st Web Application). Here is the scenario:
1) Make request to RP
2) Rece…
-
It would be valuable if IdSrv could handle encrypted tokens from IdPs. I image one could hand a key to IdSrv through the administration pages and have IdSrv use it to decrypt tokens.
If there is a wo…
-
hello, I have a problem to connect to the Real Party after login with Thinktecture. For your information I have connect Thinktecture to Active Directory.
Below is I have set up the Relying Party web…
-
Hi, I've read the walkthroughs and blog posts, and I've even searched through the sample code, but I've yet to see the proper scope values for OAuth2.0 Authorization Code Grant on Identity server. Wh…
-
First thanks for you great work on all your Open Source Products
At the moment i am trying to combine MembershipReboot and the Identity Server.
I use the Identity Server as Provider for your Authoriz…
mafis updated
11 years ago
-
What is the right way to change the look & feel of the identity server? I want to use it for building a login mask with my CI/CD. Should you host the core in my ACS application via nuget or is there a…
dei79 updated
11 years ago
-
Hi
I'm using a build from source code as at 29/8/2013.
I have created 5 relying parties, all with different names, realms and redirect URLs. But all share the JWT token type.
When using IE 10.0.920…
-
Users can't change/reset their own password or change their profile information.
The identity server website should provide the ability to reset my password; or change my profile information without …
-
I have setted in Identity Server the Encrypting Certificate in Relay party for Authorization Server. When I call the example "Resource Owner Password Flow" (only this, the other work fine) of AS I ge…
-
On line 170 of the repository the Regex.IsMatch method is being used backwards.
It accepts the input and then the pattern, but here it's being passed in the regex as the input and the password as the…