Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [openid]

OpenID is an open standard that describes how users can be authenticated in a decentralized manner. It allows the user to use an existing account to sign in to multiple websites, without needing to create new passwords.

0 votes
0 answers
7 views

Logto | TypeError: device_authorization_endpoint must be configured on the issuer

I'm migrating from auth0 to logto. In my CLI tool, we have a command to "login". It used standard openid-client technique: import { Issuer, errors } from 'openid-client'; import open from '...
David Meir-Levy's user avatar
0 votes
0 answers
22 views

Spring authorization server : Invalid Credentials Error After Successful Login with Custom Form Login Configuration [closed]

i try to test my access and refresh token based on https://www.oauth.com/playground I am setting up an spring authorization server and have implemented a custom login page. My configuration is based ...
meysamgh's user avatar
-1 votes
0 answers
17 views

OpenIdDict / How to use OpenIddictClientService in a WinForms application?

Good Day, Have a existing .net Framework 4.8/WinForms app, which doesn't use the HostBuilder. How do I 1) configure 2) use OpenIddictClientService from the code? Best Regards, Documentation. Question ...
user26466094's user avatar
0 votes
0 answers
29 views

Steam Open Id ASP.NET Core cookie not found error

I am developing a Web API application, I want to enable authorization via steam. After logging in on the site, I get an error: statusCode: 500 An error was encountered while handling the remote login ...
Мэйби Бэйби's user avatar
1 vote
1 answer
28 views

Is it appropriate for an application (SPA) to pass an "extra" access token to a backend service (so that service can call other services)?

I have a web application (SPA), which we'll call A. This application calls an API service (that I control), which we'll call B. Service B uses OAuth authentication, and trusts an issuer I. In my ...
Mark's user avatar
  • 11.6k
0 votes
0 answers
26 views

SSO with OpenID (elytron-oidc-client) WildFly 26

we upgrade to WildFly 26.1.3.Final and use a JDBC or LDAP-Connection for Authentification. Now we need an OAuth-Authentification and can use the new "elytron-oidc-client"-Module. We have ...
Martin Schlesier's user avatar
1 vote
0 answers
31 views

Microsoft Entra ID and .NET Framework (Web Forms) - get user details to validate a local login

we need to integrate Entra ID login on a web application (.NET Web Forms based) but I'm not convinced about the approach. Our application has a deep characterization of the user permissions, so we ...
Patrizio Gagliardi's user avatar
0 votes
0 answers
46 views

Is it possible to prefill the username in Keycloak Login via URL-parameter

I am currently working on a website where the users are authenticated by Keycloak. The login has two different ways to login within one flow, because we have different types of users. For this flow I ...
dome12b's user avatar
  • 603
0 votes
1 answer
75 views

Verify token from Microsoft Entra ID fails?

I have setup IdentityServer4 with the quickstart template to authenticate the user against Micorosft Entra ID(with FIDO2). IdentityServer4 gets a token back and the verifikation starts in the ...
Banshee's user avatar
  • 15.7k
0 votes
1 answer
30 views

Keycloak authorization_code invalid format

I have a local Keycloak server running with "Standard Authorization Code Flow". I call the authorization endpoint with this url: http://localhost:8080/realms/lapse/protocol/openid-connect/...
Benedikt J Schlegel's user avatar
0 votes
1 answer
46 views

How to Set Session Idle Timeout to One Hour in Keycloak?

I'm currently working on configuring Keycloak for our application, and I need to set the session idle timeout to one hour. I want the user sessions to remain active for up to one hour of inactivity ...
ranjithu kumar's user avatar
1 vote
1 answer
100 views

Linkedin Oauth In Ruby on Rails is Not Logging In Every Few Times

I have been developing an app that is using new Linkedin OpenID login feature. The thing is that it works, but it works most of the time. Every few times, (3-10, quite random) it doesn't log you in ...
Tatsurou's user avatar
  • 141
-1 votes
0 answers
38 views

Keycloak CustomUserStorageProvider always returns "invalid_user_credentials" error

I am currently working on integrating Keycloak with a custom user storage provider. I have implemented a CustomUserStorageProvider to authenticate users against my own database via HTTP requests. ...
Federico Caimi's user avatar
0 votes
0 answers
72 views

OpenID Connect using .NET 8

I am struggling to get OpenID Connect (using ping federate) to work on .NET 8. Can someone post a full example of how it works? I keep getting remote login failure. I have an API controller which I ...
user25457542's user avatar
1 vote
0 answers
23 views

Standard UI for OAuth2/OpenID login in SPA

I'm planning to implement a user authentication based in OpenID (OIDC) for my single page application built in react. Which is the standard or recommended way to handle the user authentication flow ...
caristu's user avatar
  • 157

15 30 50 per page
1
2 3 4 5
248