openid Questions

4

I'm trying the new FirebaseUI for Web (https://github.com/firebase/FirebaseUI-Web). But when I tried to login with Email, it redirects me to an AccountChooser website. Is there anyway that I can t...
Julius asked 22/5, 2016 at 2:26

0

With the following code snippets, I've been trying to use Espresso (UiAutomator for automatically filling in the user input fields) for testing out a login auth flow using the OpenID OAuth 2.0 libr...
Heurlin asked 3/9, 2019 at 15:50

8

I'm starting to design a REST web service, and am unclear on the best approach to authentication. The service will allow individual users to access/manage their own data, so some type of user authe...
Outherod asked 1/11, 2013 at 5:38

3

I am a bit confused about OpenID OAuth stuff. (by OAuth - i mean OAuth 2.0 here and later) My target is to create a site with OpenID (or OAuth) auth as well as with legacy email + password auth. ...
Heredity asked 3/5, 2011 at 14:11

2

I have used Oauth2 framework for authorization and access control for protecting my spring boot microservice api's. Oauth2 framework is working fine but now my Client wants a dedicated OpenId Provi...
Mcghee asked 11/2, 2018 at 11:6

3

I'm developing a Django app that uses python-openid. The app is running on my development server at home. Similar to stackoverflow's login mechanism, I'd like users to login to my website using t...
Lubalubba asked 5/10, 2009 at 19:17

1

I'm trying to implement social login using Microsoft account in AWS Cognito User Pools. I have followed the documentation from AWS for Cognito in order to configure the User Pool to allow OpenID C...

1

I can't find any example for this kinda solution. Is it doable ? In my knowledge, it should be, but I haven't seen anyone doing this. Any downside for this way ? Thanks !

2

I am using IdentityServer3 for authentication and I have ASP.NET MVC application as Client. I want to setup sliding expiration of authentication cookie. So as long as user is actively doing someth...

6

Solved

What automated standards-conformance tests are there for OpenID providers? I'm making changes to the implementation of an OpenID provider, to bring it from version 1.1 of the standard to version 2...
Markman asked 3/5, 2009 at 0:2

8

Solved

I am using openid to log the user in.(google account only). Now I have a sign out link in my page, which on clicking, I want the user to be logged out of google accounts and the page to be redirect...
Brodsky asked 17/11, 2010 at 6:57

4

I'm using the default authentication system with django, but I've added on an OpenID library, where I can authenticate users via OpenID. What I'd like to do is log them in, but it seems using the d...
Decretal asked 2/7, 2011 at 23:34

3

Solved

Currently I'm developing some infrastructure and I've implemented my own RESTful authentication mechanism. Now I've in mind that maybe I shouldn't go this way and use an industry standard so inter...
Duntson asked 2/2, 2012 at 16:29

4

Solved

What is the difference between OpenID and SAML?
Tearful asked 8/10, 2011 at 19:21

1

Solved

I started with Using OpenID/Keycloak with Superset and did everything as explained. However, it is an old post, and not everything worked. I'm also trying to implement a custom security manager by ...
Revision asked 2/1, 2019 at 17:2

2

Solved

I have some doubts after reading the Open Id docs. Any help will be much appreciated. Following any of the oidc flows you end by having an id_token and a access_token. a)When you send the access...
Nikola asked 2/1, 2019 at 12:3

6

Solved

I'm having problem with OWIN OpenId providers in an ASP.NET MVC5 application which uses ASP.NET Identity and is based on the VS2013 template with Individual user account authentication. OWIN OpenID...
Clymer asked 20/3, 2014 at 13:55

1

Solved

I believe the 3.1.2.1. Authentication Request section of the specification says that we cannot, but I find it so unbelievable that I thought I would double check by asking here. Is there a way to...
Drayage asked 10/10, 2018 at 16:51

1

Sounds like stupid question, But i cannot find/infer answer of following question from many articles. Who is Issuer? (probably the token provider we trust. Like "Google, Faceboock, etc" and our ...
Nonbelligerent asked 5/10, 2018 at 14:41

1

Solved

I have a AspNet Core 2.0 App which authorizes users with Azure AD using the OpenIdConnect API. The callback uris of the Azure App Entry are defined as https://localhost:44369/signin-oidc and https:...
Corrade asked 21/3, 2018 at 13:25

3

Solved

We have configured Client App to use IdentityServer3 authentication via OpenID Connect protocol (it's ASP.NET MVC App that uses OWIN middleware to support OIDC). The IdentityServer3 itself is conf...

1

Solved

I am trying to find it in the developer doc but no luck: https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/ Does GitHub expose a discovery endpoint for openid?
Eardrum asked 4/9, 2018 at 1:6

4

Solved

I'm looking to implement Single Sign On for a native iOS app whereby logging in with this single sign on gives the mobile device authenticated access to our private service in a fashion that is som...
Meandrous asked 6/5, 2011 at 6:51

4

Solved

Can an Active Directory be used as an OpenID provider? WIF is an option, but it's quite complicated and not very widespread.
Churchless asked 16/3, 2010 at 11:4

4

Solved

IdentityServer supports different OpenId Connect flows that are defined in the Flows enum and set for clients. There's also samples for each type of flow and many references to them in the docs but...

© 2022 - 2024 — McMap. All rights reserved.