Questions tagged [openiddict]

Versatile OpenID Connect stack for ASP.NET Core and Microsoft.Owin (compatible with ASP.NET 4.6.1). For official support, please visit https://github.com/openiddict/openiddict-core/issues/new/choose.

OpenIddict aims at providing a versatile solution to implement an OpenID Connect server and token validation in any ASP.NET Core 2.1, 3.1 and 5.0 application, and starting in OpenIddict 3.0, any ASP.NET 4.x application using Microsoft.Owin too.

For official support, please visit https://github.com/openiddict/openiddict-core/issues/new/choose.

442 questions
0
votes
1 answer

Automated Build Host Agent

I have a solution with a single asp.net core console application. It builds locally and on a hosted agent on TFS. I want to use a project (OpenIddict) on GitHub, downloaded it and added it to my solution. I created a NuGet.Config file, which is…
jasdefer
  • 757
  • 12
  • 24
0
votes
1 answer

Authorize at web app with access token from web api

I have a web api connected to a database, which provides access tokens using OpenIddict and the password flow (Resource Owner Password Credentials Grant): services.AddOpenIddict, CompleteContext, Guid>() …
jasdefer
  • 757
  • 12
  • 24
0
votes
0 answers

Is it possible to get access_token using cookie in asp.net core?

when user logs in using external login it creates a cookie but i want to use token instead , is it possible with openiddict or any other method? there is method available as below but dont know how to use it. public async Task
0
votes
1 answer

How do I avoid using Microsofts's Microsoft.AspNet.Identity package when using openiddict

I am following this brilliant tutorial http://capesean.co.za/blog/asp-net-5-jwt-tokens/ It works perfectly. The problem is, is that I want to use my own user management code to validate the given username, password to retrieve an access token and…
dewijones92
  • 1,319
  • 2
  • 24
  • 45
-1
votes
1 answer

Invalid Cast Exception with on .NET Core 3.1 with 3.0.0-beta1.20306.64

System.InvalidCastException: Unable to cast object of type 'System.String' to type 'System.DateTimeOffset'. at Microsoft.Data.SqlClient.SqlDataReader.GetFieldValueFromSqlBufferInternal[T](SqlBuffer data, _SqlMetaData metaData) at…
hohae
  • 1
-1
votes
1 answer

OpenIddictHandler not handle HTTP request after first time

i have a some problem with OpenIdDict auth server. I setup it for password flow, also i using custom entities for authorization and token entities. When i try to login on token endpoint first time, after my application starts it works fine. In debug…
antonalekseev
  • 79
  • 1
  • 8
1 2 3
29
30