aspnet-contrib Questions
2
Solved
I'm trying to get a simple endpoint working that issues and consumes JWT tokens using AspNew.Security.OpenIdConnect.Server to issue the token and validating using Microsoft.AspNetCore.Authenticatio...
Purgatorial asked 19/5, 2016 at 23:30
3
Solved
I have configured an ASOS OpenIdConnect Server using and an asp.net core mvc app that uses the "Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0 and "Microsoft.AspNetCore.Authentication.C...
Lodestar asked 13/10, 2016 at 23:55
2
Solved
I'm using AspNet.Security.OpenIdConnect.Server to issue JWT tokens and have the AuthorizationCodeLifetime set to 30 seconds for testing. Here is the snippet of code I'm using to set the options
o...
Aureaaureate asked 19/10, 2016 at 22:28
2
Solved
ASP.NET Core 5 with ASP.NET Identity 3.0, I'm using both web pages and apis. I am using OpenIddict to issue a JWT token and to authenticate. My code looks as such:
X509Certificate2 c = new X509Ce...
Hollowell asked 23/7, 2016 at 12:27
1
Solved
I'm trying to figure out a way of making my API being able to associate a user from Facebook to my Identity users.
The application context
I'm developing a mobile application (In Xamarin) that ne...
Watford asked 18/8, 2016 at 1:33
1
Solved
I'm using Asp.net core rc2 with OpenIdConnectServer. I'm using angular 1.x with augular-oauth2. After a few days, my error has digressed to
Microsoft.AspNetCore.Hosting.Internal.WebHost:Informati...
Phalanger asked 12/6, 2016 at 5:49
2
Solved
So I made a change to my project.json which caused a re-restore which is coming up with a bunch of unresolvable dependencies. How do you figure out what is going on here? This was definitely workin...
Coping asked 20/2, 2016 at 3:3
1
Solved
I am using Visual Studio 2015 Enterprise Update 1 and ASP.NET vNext rc1-update1 to issue and consume JWT tokens as described here.
In our implementation we want to control token lifetime validatio...
Bumpy asked 9/12, 2015 at 21:20
1
Solved
question related to this post here: Configure the authorization server endpoint.
Using the above example I am able to get token. previously it was possible to get additional information by over r...
Triumvirate asked 3/12, 2015 at 19:43
1
Solved
I am using Visual Studio 2015 Enterprise and ASP.NET vNext Beta8 to issue and consume JWT tokens as described here.
In our implementation we're storing some client details in Redis at token issuin...
Tracheostomy asked 24/11, 2015 at 15:7
1
Solved
I'm using below code to create a ClaimIdentity in OpenIdConnectServerProvider.AuthorizationProvider. But the identity.Name is not searlized. How to allow the OpenIdConnectServer serarlize the name?...
Harragan asked 19/11, 2015 at 7:40
1
I am using Visual Studio 2015 Enterprise and ASP.NET vNext Beta8 to build an endpoint that both issues and consumes JWT tokens as described in detail here. As explained in that article the endpoint...
Salley asked 29/10, 2015 at 23:2
1
Solved
I am using Visual Studio 2015 Enterprise and ASP.NET vNext Beta8 to build an endpoint that both issues and consumes JWT tokens. I Originally approached this by generating the tokens myself, as desc...
Lashanda asked 28/10, 2015 at 21:30
1
Solved
The example on the AspNet.Security.OpenIdConnect.Server looks to me like both an auth and resource server. I would like to separate those. I have done so.
At the auth server's Startup.Config, I ha...
Dextrad asked 26/9, 2015 at 14:28
1
Solved
In the past 7 days I've tried to setup an ASP.NET 5 WebApi using OpenIdConnect.Server with the resource owner flow.
I was more or less successful in generating a token and accessing [Authorize] p...
Galimatias asked 30/8, 2015 at 17:10
1
© 2022 - 2024 — McMap. All rights reserved.