python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
CastError: Cast to ObjectId failed for value "XXXXXXXXXX" (type string) at path "_id" for model "User" for passport-linkedin-oauth2
Getting the above error when trying to authenticate a new user using LinkedIn's oAuth 2.0. It looks like I'm getting passed a 10 digit ObjectId instead of a 12 or 24 character id...
passport.use(new L...
Fiattarone
Votes: 0
Answers: 1
Which grant type is used by default ASP.NET Core Identity Microsoft External account login?
I have an MVC application that is implementing external login using Microsoft account by following the tutorial here:
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/micro...
Jakub Krupa
Votes: 0
Answers: 1
OneLogin OIDC access and refresh tokens from expired sessions will continue to work (assuming unexpired tokens)?
If an application obtained access or refresh tokens from a OneLogin session that has expired, and if those tokens have not expired, can the application continue using those tokens until they expire, o...
user17978490
Votes: 0
Answers: 1
how to exchange code to token in Ory Hydra
I'm following Ory Hydra 5 Minute Tutorial.
This tutorial uses a sample Webapp and I'm trying to understand the flow how to convert Code to Token via HTTP POST.
I have several troubles with the POST:
4...
til
Votes: 0
Answers: 1