openiddict Questions

3

Solved

So, I'm trying to implement OpenIddict version 1.0.0-beta2-0580 with NET core 1.1 and I get the following error: An unhandled exception occurred while processing the request This is based on ...
Romanism asked 20/6, 2017 at 19:33

6

Solved

I am using Openidict. I am trying to return custom message with custom status code, but I am unable to do it. My configuration in startup.cs: services.AddAuthentication(options => { options.D...
Mop asked 6/2, 2018 at 18:35

2

Solved

I am trying to use the oidc-client with oppeniddict in the angular application but there is the error with .well-known/openid-configuration. Error says: GET http://localhost:2987/.well-known/openid...
Agio asked 4/6, 2021 at 13:8

2

Solved

I'm trying to figure out how I can configure SwaggerGen to populate/display the fields/parameters for OpenIddict and client credentials grant. services.AddDbContext<AppDbContext>(options =&gt...
Palatinate asked 24/6, 2021 at 20:29

1

I am using openidict and oidc-client authentication, services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme) .AddCookie(CookieAuthenticationDefaults.AuthenticationScheme, opt...
Rich asked 19/5, 2021 at 13:47

2

I am confused and a bit lost about using ASP.NET Core Identity with a React SPA. I have read Microsoft documentation about ASP.NET Core Identity several times, mostly focusing on the Identity with...

2

Solved

In my solution, I have two projects. 1) Web API and 2) MVC. I am using ASP.NET Core. API issues JWT token and MVC consumes it to get protected resources. I am using openiddict library to issue JWT....
Instill asked 30/3, 2017 at 21:0

3

Solved

I have a multi-tenant (single database) application which allows for same username/email across different tenants. At the time of login (Implicit flow) how can I identify the tenant? I thought of f...
Crevasse asked 1/4, 2018 at 10:6

2

Solved

I'm trying OpenIddict 3.0. I followed the steps in the documentation, created an Authorize controller, and added a test application. When I try to run I get this exception: The OpenIddict ASP.NE...
Boong asked 17/1, 2020 at 16:3

0

I am having a .NET Core 2.1 Web API project using OpenIddict. TLDR: Following the example given here, I need the sample for performing the logout request to invalidate/logout the refresh token an...
Leticialetisha asked 30/12, 2019 at 18:28

3

Trying to implement OpenId Connect in Web Application consisting of following components Identity Provider Resource server Single Page Application acting as Client. Identity Provider and Resour...
Pegeen asked 29/5, 2018 at 9:57

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

I created an Asp.Net Core 2.2 application with DefaultIdentity using OpenIddict with the Implicit flow. This application runs in a Docker container. I am trying to use the AddDevelopmentSigningCert...
Tasha asked 23/1, 2019 at 18:37

1

Solved

I am somewhat confused with the difference between certificates and signing keys and have a few questions.... I have OpenIddict configured to use JWT Bearer Authentication. 1) What is the differe...
Distract asked 14/6, 2018 at 17:14

2

Solved

I have a server which uses ASP.NET Core Web Api and OpenIddict as authorization framework. Now I've added an SignalR host and want to add authorisation to it. From different sources I found that S...
Confucianism asked 25/11, 2016 at 13:28

1

Solved

I have 3 projects 1- SPA, 2- Web API Project, 3- Identity (setup using openiddict, ASP.NET Core 2.0 (OpenIddict.dll version 2.0.0.-rc2-0854) with EF Core. API and Identity Server run successfully,...
Steroid asked 15/2, 2018 at 13:23

2

Solved

I have a web api project based on .net core 2.0. I followed pretty much the very good example on http://kevinchalet.com/2017/01/30/implementing-simple-token-authentication-in-aspnet-core-with-open...
Compressor asked 10/10, 2017 at 17:29

1

Solved

In an attempt to understand what I may use for OpenId Connect Server implementation, I have looked into what each of them is: IdentityServer4: an OpenID Connect and OAuth 2.0 framework for ASP...
Grossularite asked 6/10, 2017 at 15:14

1

Solved

I have built opeiddict as separate web application as authorization server. I am stuck with small problem, that is how I can go to user registration page directly though a link from the client web ...
Ferrotype asked 27/4, 2017 at 8:52

1

Solved

I have an app using OpenIddict for token authorization (access and refresh tokens) and overall, it's working great. The problem is that my use case has multiple app types (web and mobile) using the...
Wreckage asked 24/2, 2017 at 15:15

1

Solved

I am using OpenIddict for token authentication. Yesterday when I call userManager.FindByNameAsync(request.Username) I get User with Roles. Today I get user with Roles property count = 0. I tried ...

1

Solved

I'm trying to create an Angular2 SPA consuming a .NET Core Web API protected using OpenIdDict, with credentials flow. In creating a repro solution for this issue, I have also detailed all my steps ...
Coadjutress asked 19/11, 2016 at 9:22

1

Solved

I am using this github project https://github.com/openiddict/openiddict-core which is great. But I am stuck as to what the procedures should be, or how to implement them, when the user uses an exte...
Trainman asked 26/10, 2016 at 9:1

2

Solved

I have implemented simple Angular 2 application which uses ASP.NET Core WebApi as backend. For authentication I added '/login' route that generates JWT access and refresh tokens that in turn stored...
Memoried asked 1/10, 2016 at 19:53

2

Solved

I would like to use Openiddict OAuth to protect api endpoints in my ASP.NET Core 1.0 Web Application. The api endpoints will be called by a phone app and users must login with username and password...

© 2022 - 2024 — McMap. All rights reserved.