openid-provider

How do StackExchange sites associate user accounts and OpenID logins?

烂漫一生 提交于 2019-12-20 14:36:48
问题 I love StackExhchange / StackOverflow's approach to integrating OpenID. As I understand it, the process goes something like this: If a user signs up with an OpenID provider (i.e. Google), StackOverflow (or similar site) creates an account for the user and associates the OpenID with that account. An existing user can associate multiple OpenID accounts with his/her StackExchange account. I would love to emulate this behavior because I haven't seen it nearly as user-friendly on other sites. I

How to use OpenID or OAuth for internal first-party authentication?

一曲冷凌霜 提交于 2019-12-20 09:51:12
问题 I am working on an internal authentication system for users of a set of of RESTful web applications. Our intention is that a user should be able to sign-on once via a web form and have appropriate access to all these RESTful applications in our domain, which may be distributed in a private cloud across many servers. (I understand already that having a single authenticated session is not aligned with a pure RESTful approach, but this is a usability requirement.) The applications themselves

Java Spring Security with OpenId Provider

本秂侑毒 提交于 2019-12-12 13:54:25
问题 I have a spring MVC application.Another client application want access my spring app using open id connect. How to implement open id provider in server side.Please help. 回答1: MITREid Connect OpenID-Connect-Java-Spring-Server is an OpenID Connect implementation on the Spring platform. I'm afraid that Spring Security OAuth project won't be able to support OpenID Connect because it will require big changes in design. See Issue 619, for example. In general, a typical OAuth 2.0 server

Creating Custom OpenId Provider for Oauth2 Spring Boot

£可爱£侵袭症+ 提交于 2019-12-12 07:53:53
问题 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 Provider for authentication purpose on top of Oauth2 framework. I have done some round of searching across Google but couldn't find much resources for implementing Own OpenId Provider for Oauth2. I have gone through many blogs and could understood that OpenId is basically used when we want to delegate

DotnetOpenAuth : No OpenId End point found error for localhost

こ雲淡風輕ζ 提交于 2019-12-12 02:46:59
问题 I am writing a custom Open Id Client as below public class CustomOpenIdClient : OpenIdClient { public CustomOpenIdClient() : base("TestOpenId", "`http://localhost:39167/server.aspx`") { } protected override Dictionary<string, string> GetExtraData(IAuthenticationResponse response) { FetchResponse fetchResponse = response.GetExtension<FetchResponse>(); if (fetchResponse != null) { var extraData = new Dictionary<string, string>(); extraData.Add("email", fetchResponse.GetAttributeValue

how does OpenID differ between different logins on the same OpenID endpoint

久未见 提交于 2019-12-08 12:00:37
问题 I am trying to implement an own OpenID endpoint based on SMF user accounts. I based my code on phpMyOpenID and some SMF authorization code. It works fine so far. I can use the endpoint to login/register on any site. If I am not logged in on the SMF, it will ask for my login and if that SMF login is successful, it accepts it. However, it seems that it doesn't differ between different SMF logins. I.e. another user reported that he tried to use the endpoint on site X, logged in with his SMF

difference between http://schema.openid.net/contact/email and http://axschema.org/contact/email

亡梦爱人 提交于 2019-12-07 15:00:45
问题 when to use http://schema.openid.net/contact/email and when to use http://axschema.org/contact/email in openid request. 回答1: Unfortunately there is no standard schema for Attribute Exchange (AX). But the axschema.org seems to be the closest thing to it. To know which one to use, the best way I know of is to look for a "hint" about which schema(s) are supported in the OP's XRDS document. DotNetOpenAuth does this, for example, and has a good success rate. When the XRDS doesn't contain any of

Which PHP OpenID server/provider library do you recommend? [closed]

↘锁芯ラ 提交于 2019-12-07 11:55:12
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I am just wondering what PHP OpenID server (some here http://wiki.openid.net/w/page/12995226/Run-your-own-identity-server) you all would recommend from your experiences? Any that I should definitely avoid etc? Im using a XAMPP setup, and looking for something fairly easy to implement, it doesn't have to be

What is the future of OpenID, OpenID2, Open Connect? Is it worth implementing a provider? [closed]

点点圈 提交于 2019-12-04 16:15:02
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago . I see OpenID logins available everywhere, and decided that I should look into implementing my own provider on my server so I can control my information and my login. This is, surprisingly, quite complicated and difficult. Even though many sites allow OpenID logins (such as