Is there a Spring Security OpenId Registration like stackoverflow?

后端 未结 5 1911
迷失自我
迷失自我 2021-01-31 09:35

I cannot find a complete example anywhere of a Spring Security Web App with Open Id registration similar to stackoverflows.

I would say I\'m pretty tec

5条回答
  •  忘了有多久
    2021-01-31 10:00

    Have you looked at the latest version of the sample code (for the 3.1 release)?

    It has several improvements to make it simpler to use Google and Yahoo authentication together (with different attribute exchange configurations simultaneously), uses a similar login dialog to stack overflow and performs simple registration in the case of users who have not previously accessed the app.

    See this issue https://jira.springsource.org/browse/SEC-1431 (and the linked one) for more information.

提交回复
热议问题