openid Questions
5
Solved
Although I have worked with OAuth 2 before, I am a newbie to Open ID Connect.
Reading the tutorials and documentations I have come across both access_token and id_token where access_token is the ...
6
I am working with the nodeJS keycloak adapter and so far have my client application redirecting to the keycloak login.
When attempting to login, I get an error in the keycloak logs as follows:
...
4
Solved
Who knows how to obtain the id_token with Keycloak?
I have been working with Keycloak in Java (Spring, JEE) and postman.
The basics work fine but I need the id_token since there are some claims t...
4
Solved
I followed this sample app from Integrate Azure AD B2C into an Android application and replaced the configuration parameters for my Azure AD B2C tenant, however I got the errors "contains script er...
Longsuffering asked 26/12, 2018 at 1:22
3
Solved
Before I get started, let me say I know absolutely nothing about OpenID. I don't even want to do what OpenID is used for, but I imagine people will mention it, but thats not what I'm looking for.
...
3
I have a private website used as an intranet site for workers from around the world who have accounts with my Google Apps domain (example.com). They currently use OpenId to log in to various collab...
Cosmos asked 30/8, 2011 at 16:26
4
Solved
Please help me to understand the difference between JWT token validation from the ASP netcore application and the netcore Kestrel hosted application.
There are two applications that verifies token...
Recluse asked 14/11, 2019 at 12:25
3
Solved
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@master
with:
role-to-assume: ${{secrets.ARN_GITHUB_ACTIONS_ROLE_UAT}}
aws-region: ${{secrets.AWS_REGION}}
Here is...
Atchley asked 14/1, 2022 at 11:14
23
Solved
I'm really trying to understand the difference between OpenID and OAuth? Maybe they're two totally separate things?
Nuremberg asked 6/7, 2009 at 13:40
4
I am currently struggling with an Asp.net core 2 application which uses two openid providers for authentication, mapped to two different Authentication Schemes (with different names).
The problem ...
Daube asked 22/2, 2019 at 18:1
3
Currently my application is verifying user's access based on the roles and permissions. For example, if a user is admin then he has all permissions.
However, now I am implementing OAuth 2.0 and O...
Tzong asked 20/1, 2018 at 0:16
2
I have an app running in azure using Azure active directory. Some of the users have just reported getting this error trying to access the app. I can access it ok, so can many other users, its only ...
4
I'm having some issues on requesting new refresh tokens in IdentityServer4. Sometime after authentication, I get an Unauthorized response from my API, ok, but when I try to request a new refresh to...
Starvation asked 19/7, 2017 at 18:2
8
Solved
Me and some guys here are working on an start up. We are currently using Google OpenID API to manage registration and login to our app, but we want to migrate to a easier user registration model. A...
Berry asked 24/11, 2010 at 6:0
2
Solved
Morning;
I have some issue with security terms and especially in Oauth2 and OpenID context.
To be more specific I can not understand the difference between Relying Party and Identity Provider.
I ...
Quadrillion asked 24/1, 2018 at 11:15
2
Is it possible to set an auth scope checkbox checked by default on Swashbuckle UI on a asp.net Core 2.0 Web API??
I use the "openid" scope and I'd like to have it checked every time.
Thank you.
...
Fermin asked 20/2, 2018 at 17:18
1
I am trying to figure out the best way to implement cross domain authentication.
Scenario:
As a user I log in to youtube.com, when I visit Google.com by typing the domain name https://www.google.co...
Outfielder asked 23/5, 2022 at 7:35
6
Solved
I want to log onto Stack Overflow using OpenID, but I thought I'd set up my own OpenID provider, just because it's harder :) How do you do this in Ubuntu?
Edit: Replacing 'server' with the correct...
4
Solved
I have a basic Nginx docker image, acting as a reverse-proxy, that currently uses basic authentication sitting in front of my application server. I'm looking for a way to integrate it with our SSO ...
Iphigenia asked 15/3, 2019 at 18:58
3
Solved
I am using KeyCloak to automatically import the users included to an existing LDAP. Right now, I need to know how do the KeyCloak communicate to the LDAP. Specifically how do the KeyCloak pass the ...
Beg asked 27/8, 2019 at 9:1
3
I have the following code for my Startup.cs
public void ConfigureAuth(IAppBuilder app)
{
app.UseWindowsAzureActiveDirectoryBearerAuthentication(
new WindowsAzureActiveDirectoryBearerAuthenticat...
Orthopterous asked 5/2, 2019 at 2:11
5
We are using Keycloak 2.3.0.Final and we are using the Javascript adapter that is available at /auth/js/keycloak.js. The application that is using this adapter is an React+Redux application but tha...
Hierolatry asked 23/11, 2016 at 9:31
3
Solved
One of the OpenID developers pages advertises one, but that turns out to be a typo. I find none on Google.
Does anyone know of an OpenID interface library written in the C1 language?
Thanks!
1...
3
Solved
Most likely I misunderstood something about this topic or am missing something during the implementation
I went through the documentation of Auth0 for creating an Authorization Code Flow with PKCE ...
Broken asked 4/2, 2021 at 9:41
1
I have try to use OpenID to connect with Azure AD, and I use the exact code from the tutorial https://learn.microsoft.com/en-us/azure/active-directory/develop/tutorial-v2-asp-webapp with no luck.
M...
Gonfalon asked 10/10, 2020 at 21:58
1 Next >
© 2022 - 2024 — McMap. All rights reserved.