openid Questions

4

Solved

I am building a cross-platform mobile app that interacts with a RESTful API, and I want to use OpenID Connect to authenticate my users. I will be building my own OpenID Connect provider server. Op...
Lifton asked 17/12, 2014 at 15:12

3

Google had implemented OpenID Discovery Spec at https://accounts.google.com/.well-known/openid-configuration which allows developers and users to find the necessary URLs and keys for OpenID authent...
Scan asked 25/6, 2014 at 6:59

3

I finished studying OpenID to understand its main features. The next step is an OpenID Provider program for my clients. My goal is to develop with SpringBoot (without using Spring Security). I not...
Troposphere asked 26/6, 2017 at 1:44

2

Context: I am working on a backend access to an OpenID consumer (StackExchange in fact). If I am to provide all possible OpenID providers as an option to the user, then I'd have to simulate browser...
Paquin asked 11/1, 2012 at 0:8

2

I am very beginner of keycloak. I need some help. I have SSO solution and I want to integrate it with jenkins. In this point, I want to permit some users based role. OpenID -- keycloak -- jenkins...
Bedwell asked 8/5, 2019 at 13:53

1

I need a bit of help understanding which is the problem with Microsoft Identity Platform login on my cms (ASP.NET Webforms). It used to work without problems, last time I tried was maybe a month ag...
Gelya asked 2/1, 2021 at 18:21

1

Solved

I'm trying to systematize my knowledge about oauth + jwt + LDAP authorization. I've read multiple excellent articles (i.e. this) but still have a questions about about that: My understanding: JWT ...
Bantling asked 7/12, 2016 at 10:44

1

Solved

We have a Quarkus application with some secured endpoints. For development and easy testing without much effort, we would like to use Swagger UI as described at https://quarkus.io/guides/openapi-sw...
Radically asked 23/9, 2020 at 23:40

1

Solved

hi I am using identityserver4 in backend for getting jwt token inside of my app I want send my token to syncgateway and take a sessionid I read this article https://docs.couchbase.com/sync-gateway/...
Peracid asked 30/8, 2020 at 8:56

1

Solved

I've been having this issue for a while now. I'm trying to add a Sign in through Steam button, which upon login, not only retrieves the user's ID, but also validates the signature. Steam uses OpenI...
Roseboro asked 1/12, 2018 at 18:29

2

Solved

I have an IdentityServer4 application running with ASP.NET Identity. I want to use that so users from another application can login through my remote identity server. I have configured a client ap...
Armalda asked 18/11, 2019 at 21:43

2

I use the this library to use oidc with nodejs What I need is the following: user login with user password, or have the data already the session cookie. this is calling to my app root route "...
Nikolos asked 8/8, 2020 at 17:30

1

I am trying to set up IdentityServer4 with MVC client. Everything works fine until I want to add ASP Identity. When I added code to use SQL server and Identity, after sucessfull login Identity ser...
Illinois asked 31/10, 2019 at 19:35

0

I am using Keycloak 11.0.0 to secure my Asp.Net Core 3.1 Application. I am looking for a way to allow users to access certain resources without the need of an own account. Which resources can be ac...
Moniliform asked 13/8, 2020 at 7:14

1

Solved

I'm trying to connect in a development environment to a open id authority with it's ip address. Obviously in this scenario the ssl validation will fail. I'd like to bypass it, without any luck so f...
Merrill asked 20/7, 2020 at 7:25

2

Solved

I'm using a .net core 2 application and have set OpenIDConnect options prompt parameter to consent in ConfigureServices method in Startup.cs .AddOpenIdConnect(options => { options.prompt ="con...
Intoxicated asked 26/4, 2018 at 7:4

3

When I hit /auth/realms/{realm}/protocol/openid-connect/userinfo I get very little details about the user. { "sub": "ed291f7a-a799-4d8b-a776-e634d727668c", "email_verified": true, "preferred_u...
Evocator asked 27/10, 2019 at 23:7

5

I have setup OpenID Connect authentication in my ASP.NET MVC application using OWIN Middleware. As this Fiddler output shows, once successfully logging in via Azure OpenID Connect, the browser co...
Acerbic asked 17/12, 2014 at 12:23

1

When you deactivate all third party cookies in firefox, log in to gmail and then visit youtube.com in a new tab, you are automatically signed in. How does google achieve that? I have checked for 30...
Podesta asked 24/3, 2020 at 18:23

1

Solved

I'm trying to authenticate my flutter app to keycloak through openid_client following the repo example, I've wrote an authentication function like this authenticate() async { // parameters here...
Roderich asked 23/3, 2020 at 13:20

2

Using IdentityServer4, I'm implementing Code flow authorization on an existing system which supports only ResourceOwnerPassword grant type in IdentityServer and works well. I got into a stage wher...
Accusal asked 18/8, 2018 at 21:38

1

Solved

I want to use Keycloak in a microservices based environment, where authentication is based on OpenID endpoints REST calls ("/token", no redirection to keycloak login page), a flow that I thought of...
Worthless asked 10/2, 2020 at 15:20

3

Solved

Iam new to android development. my project is to make an application using steam public API but i couldn't figure out how to allow the user to login using steam account. Steam's web API documenta...
Fainthearted asked 26/4, 2015 at 4:58

2

In Auth0 you can use refresh tokens. In this link, we can see many returned parameters: lock.showSignin({ authParams: { scope: 'openid offline_access' } }, function (err, profile, id_token, acc...
Haworth asked 18/7, 2015 at 20:0

8

On my site I would like to allow users to sign in with a google account. I plan to use openid but I would like to allow signing in with google because it has more benefits. I've noticed in the past...
Aerator asked 6/10, 2009 at 20:30

© 2022 - 2024 — McMap. All rights reserved.