openid-connect Questions
5
I am trying to make an OIDC authentication/authorization against a keycloak server with an Android app I'm building.
I am getting the following error, which is leading me to receive a 502 in my ap...
Revelationist asked 15/8, 2019 at 0:32
1
I am running this sample to create multitenant web app that connects using AzureAD with Owin OpenIDConnect middleware. The issued .AspNet.Cookies to authenticate between "my client" and "my server"...
Alluvion asked 13/12, 2015 at 15:22
2
Solved
I'm working on a java Spring Boot project that manages users and sessions internally. It relies on OIDC, AWS Cognito being the Identity Provider, for sign-in and, I would hope, sign-out of the user...
Orten asked 12/3, 2019 at 10:52
6
I'm building a system with OIDC and OAuth 2.0 (using Auth0), and I'm unsure how to properly use the id_token and access_token. Or rather, I'm confused about which roles to assign to the various ser...
Ferreira asked 11/10, 2017 at 7:7
5
Solved
I've extracted a user's groups information from the OIDC endpoint of Keycloak, but they don't come with the group ATTRIBUTES I defined (see Attributes tab into the group form, near Settings). Is th...
Leveloff asked 29/5, 2019 at 13:50
2
Solved
Keycloak configuration and data is stored in a relational database, which is usally persisted to the hard disk. This includes data like realm settings, users, group- and role-memberships, auth flow...
Epicycloid asked 4/1, 2022 at 15:53
6
I am trying to redirect to IdentityServer for authorization, and getting "code challenge required" in redirect URL.
An error message shows invalid_request with code challenge required, and also my...
Erigeron asked 2/2, 2020 at 17:9
3
I want to setup a Docker network that contains a keycloak, postgres, and webapp instances.
Is there a way to have network communications between containers but also understand oidc client redirect...
Homicidal asked 3/6, 2018 at 20:36
2
Solved
My web application fails to authenticate using OpenIdConnect. Currently I see a "Correlation failed" error on OnRemoteFailure.
Context:
Service Fabric stateless .net core web application
Azure B...
Sexagenary asked 3/8, 2018 at 7:34
2
I'm currently trying to retrieve a user token from the keycloak token endpoint using a POST request (instead of using one of the designated adapters). I have set up a keycloak realm and added my ow...
Alpinist asked 15/2, 2019 at 8:54
2
Solved
Setting up a simple out-of-the-box ASP.NET Core MVC app in Visual Studio 2019 with authentication enabled against an Azure Active Directory will result in implicit OAuth2 flow while using OpenID-Co...
Zendah asked 1/8, 2019 at 13:23
5
what I am trying to do:
I have an app that takes in login credentials: username and password for a user. I have a rest api that internally calls the keycloak REST API: /auth/realms/realmname/prot...
Councilor asked 13/6, 2020 at 2:13
3
I'm building an OpenID Connect Provider (OP) but so far I haven't found any public websites on which to try it out. I had intended on adding it to my StackOverflow profile only to find out that poo...
Cabot asked 2/11, 2016 at 21:2
10
Trying to get an access token to use MS Graph in my WebApi. But keep getting this error,
[TaskCanceledException: A task was canceled.]
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSucces...
Talc asked 12/2, 2019 at 10:26
4
Solved
When using Google's OpenIDConnect authentication system, it's possible to specify email or profile or both in the scope parameter. If you request the email scope, the "email" and "email_verified" c...
Baily asked 24/8, 2015 at 5:47
9
OAuth 2.0 defines "state" parameter to be sent in request by client to prevent cross-site request attacks. Same is mentioned in OpenID spec for "nonce". Apart from the fact that "nonce" is returned...
Tabatha asked 20/10, 2017 at 7:30
6
Solved
Why do I want this?
I'm trying to get a unique identifier from my user which I can connect to database records. There are reasons I don't want to use the Email as the identifier. I read that SUB c...
Segura asked 16/8, 2016 at 15:5
8
I have a mobile app(react-native), a resource service(spring boot) and Keycloak Authenticatioin Service(Auth-Service).
Client makes authentication directly with Auth-Service and gets the access to...
Scarletscarlett asked 23/5, 2020 at 1:38
1
I'm using IdentityServer4 and trying to connect an MVC app up for authentication. I currently have things working by using the implicit flow, but I have run into the problem that my access tokens a...
Estrellaestrellita asked 7/7, 2020 at 2:9
5
Solved
I'm integrating an ASP.NET Core MVC 3.0 app to Azure AD for authentication and authorization adn everything works well, but when I try to sign out, once login.microsoftonline.com signs me out, it r...
Charlsiecharlton asked 28/1, 2020 at 13:5
4
after trial and error it seems to me that Google OIDC does not support the code flow without supplying the client secret:
https://developers.google.com/identity/protocols/oauth2/native-app#exchange...
Katrinka asked 17/3, 2020 at 14:45
4
I'm trying to refresh the oauth2 token using ClientOAuth2.Token.refresh() but keep getting the error sometimes:
{"error":"invalid_grant","error_description":"Session not active"}
This is the reque...
Livvi asked 10/10, 2019 at 9:48
1
I have an Argo Workflows instance with SSO configured. When I click a workflow link it takes me to the login page if I'm not signed in, which forces me to click the LOGIN button to redirect me to m...
Lunula asked 12/10, 2021 at 16:2
3
Solved
I'm trying to validate an access token obtained from azure active directory.
I obtained the token from https://login.microsoftonline.com/{{my tenant guid}}/v2.0
The issuer in the token that comes b...
Mcginnis asked 17/1, 2020 at 15:21
3
I have an app that is written with FastAPI and SvelteKit, both these is running in separate containers, the current solution is Svelte sends the username and password to the FastAPI server, the Fas...
Prosy asked 17/8, 2023 at 12:56
1 Next >
© 2022 - 2025 — McMap. All rights reserved.