tagged [openid]
Problems with migrating Cardspace cards between computers
Problems with migrating Cardspace cards between computers Here's the scenario. I'm using myopenid for, among other things, StackOverflow. When I initially set up my openid account with myopenid, I dec...
Application and User Authentication using ASP.NET Core
Application and User Authentication using ASP.NET Core Can anyone point me to some good documentation or provide good information on the best way to implement authentication and authorisation for an A...
- Modified
- 1 Jan at 18:18
Owin, pass custom query parameters in Authentication Request
Owin, pass custom query parameters in Authentication Request We have our own OpenID Connect Provider. We want to pass custom query parameter in Authentication request using Owin middleware. And we can...
- Modified
- 25 Jul at 13:41
Are there any better alternatives to DotNetOpenAuth?
Are there any better alternatives to DotNetOpenAuth? I am really really trying to like [DotNetOpenAuth](http://www.dotnetopenauth.net/), an OpenId, OAuth library for .Net, but it really doesn't cut it...
How to use "openid connect" with servicestack
How to use "openid connect" with servicestack I am a big fan of servicestack and in our organisation we are considering looking at oauth2 and OpenId Connect. To get familiar with OpenId Connect i want...
- Modified
- 27 Dec at 00:58
Why doesn't ServiceStack always link UserAuth and UserAuthDetails?
Why doesn't ServiceStack always link UserAuth and UserAuthDetails? I am struggling with something that I would have thought ServiceStack would do "out of the box"... I have a ServiceStack API that all...
- Modified
- 20 Mar at 19:28
How to properly consume OpenID Connect jwks_uri metadata in C#?
How to properly consume OpenID Connect jwks_uri metadata in C#? OpenID Connect discovery documents typically include a `jwks_uri` property. The data returned from the `jwks_uri` seems to take on at le...
- Modified
- 21 Oct at 22:9
Web Service Authentication using OpenID
Web Service Authentication using OpenID I'm going to be developing a REST-ful Web Service for a new public website. The idea behind the web service is to have 3rd parties develop fully functional UIs ...
- Modified
- 22 Dec at 18:33
IdentityServer "invalid_client" error always returned
IdentityServer "invalid_client" error always returned I'm trying to use IdentityServer3, but don't know why I'm getting "invalid_client" error always, always no matter what I do. This is the code I'm ...
- Modified
- 8 Dec at 22:38
ASP.NET Web API and OpenID Connect: how to get Access Token from Authorization Code
ASP.NET Web API and OpenID Connect: how to get Access Token from Authorization Code I try to get OpenID Connect running... A user of my Web API managed to get an Authorization Code of a OpenID Connect...
- Modified
- 15 Aug at 00:5
Identity server is keep showing "Showing login: User is not authenticated" in /connect/authorize/callback
Identity server is keep showing "Showing login: User is not authenticated" in /connect/authorize/callback Using IdentityServer4, I'm implementing Code flow authorization on an existing system which su...
- Modified
- 18 Aug at 21:38
Can I develop for ServiceStack.Authentication.OpenId on localhost without requiring certs and hosts file changes?
Can I develop for ServiceStack.Authentication.OpenId on localhost without requiring certs and hosts file changes? I'm working on implementing OpenID based single sign-on using ServiceStack.Authenticat...
- Modified
- 23 Apr at 18:54
Using OpenID (via DotNetOpenAuth) along with user roles and other Membership Provider features
Using OpenID (via DotNetOpenAuth) along with user roles and other Membership Provider features I'm building an ASP.NET MVC site where I want to use [DotNetOpenAuth](http://www.dotnetopenauth.net/) to ...
- Modified
- 19 Aug at 02:0
Adding new authentication schemes dynamically
Adding new authentication schemes dynamically I'm building an ASP.Net Core 2 PoC for some authentication/authorization discussions/decisions that we need to make. I'm currently at a point where a user...
- Modified
- 21 Feb at 15:49
Implementing OpenIdConnectOptions Events when using Authentication.AzureAD.UI Library
Implementing OpenIdConnectOptions Events when using Authentication.AzureAD.UI Library I have been using a library I created from samples allowing me to authenticate a .NET core web app with Azure Acti...
- Modified
- 19 Jul at 23:11
Verifying JWT signed with the RS256 algorithm using public key in C#
Verifying JWT signed with the RS256 algorithm using public key in C# Ok, I understand that the question I am asking may be pretty obvious, but unfortunately I lack the knowledge on this subject and th...
- Modified
- 12 Feb at 18:18
IDX10501: Signature validation failed. Unable to match keys
IDX10501: Signature validation failed. Unable to match keys Please help me to understand the difference between JWT token validation from the ASP netcore application and the netcore Kestrel hosted app...
- Modified
- 10 Feb at 21:48
Identity Server 4: adding claims to access token
Identity Server 4: adding claims to access token I am using Identity Server 4 and Implicit Flow and want to add some claims to the access token, the new claims or attributes are "tenantId" and "langId...
- Modified
- 6 Nov at 13:1
How to set Claims from ASP.Net OpenID Connect OWIN components?
How to set Claims from ASP.Net OpenID Connect OWIN components? I have questions upon using the new ASP.Net OpenID Connect framework while adding new Claims during the authentication pipeline as shown ...
- Modified
- 14 Aug at 23:44
Google apps login in django
Google apps login in django I'm developing a django app that integrates with google apps. I'd like to let the users login with their google apps accounts (accounts in google hosted domains, ) so they ...
- Modified
- 22 Feb at 19:37
(Google)OpenId Authenication has InvalidOperationException
(Google)OpenId Authenication has InvalidOperationException I'm trying to get authentication up and running with Google using the ServiceStack.Authentication.OpenId package. I've followed the SocialBoo...
- Modified
- 8 Feb at 14:36
Getting Scope Validating error in Identity Server 4 using JavaScript Client in asp.net core
Getting Scope Validating error in Identity Server 4 using JavaScript Client in asp.net core I am getting the below error while making a request to my Identity Server application from my Javascript Cli...
- Modified
- 12 May at 19:34
Pass through authentication with ASP Core MVC, Web API and IdentityServer4?
Pass through authentication with ASP Core MVC, Web API and IdentityServer4? I have been working on migrating a monolithic ASP Core MVC application to use an service architecture design. The MVC front-...
- Modified
- 19 May at 19:34
SecurityTokenSignatureKeyNotFoundException when validating JWT signature
SecurityTokenSignatureKeyNotFoundException when validating JWT signature I'm trying to implement the OpenID Connect specification for my organisation. I'm using Microsoft's OWIN implementation of Open...
- Modified
- 16 May at 08:38
Validating Google OpenID Connect JWT ID Token
Validating Google OpenID Connect JWT ID Token I'm trying to upgrade my MVC website to use the new OpenID Connect standard. The OWIN middleware seems to be pretty robust, but unfortunately only support...
- Modified
- 20 Apr at 19:54