Skip to main content

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
17 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
0 answers
18 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
16 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
20 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
16 views

How to Retrieve Authorization Token from API Set-Cookie Header in Nuxt 3?

At first i get this url from /login-steam api. This link redirects me to steam login page. Steam login URL: https://steamcommunity.com/openid/login?openid.ns=http://specs.openid.net/auth/2.0&...
tahmasib's user avatar
0 votes
0 answers
38 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
66 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
26 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
43 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
0 answers
68 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
  • 131
-1 votes
0 answers
32 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
70 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
22 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
2 votes
0 answers
33 views

How to add trusted sites in Phishing detection in Moto secure app

I am using openId for authentication in my android app [using WebView] Facing issues with login only with Moto Edge 50 pro devices suddenly After a long research, found that Phishing detection feature ...
Ashok Kanigiri's user avatar
0 votes
0 answers
108 views

login to ASP.NET WebForms app using OpenID (KeyCloak server)

I am solving a KeyCloak login issue from my ASP.NET WebForms application NET Framework 4.8.1 using OpenID. I found a few examples, but so far I'm stuck after succeeding in redirecting to the login ...
Pavel Carvan's user avatar

15 30 50 per page
1
2 3 4 5
248