Wiki source code of org.clazzes.login.oauth

Version 1.1 by wolfgang_glas@iteg_at on 2017-05-02 10.53:16

Show last authors
1 The OAuth login module is a planned login facility providing access to third party OAuth-2.0 and OpenID/Connect Services.
2
3 For OpenID/Connect authorization providers we may also act as a resource provider, which validates ID tokens presented by external clients.
4
5 == {{id name="org.clazzes.login.oauth-FurtherReadings"/}}Further Readings ==
6
7 OpenID 1.0 Specification: [[http:~~/~~/openid.net/specs/openid-connect-core-1_0.html>>url:http://openid.net/specs/openid-connect-core-1_0.html||shape="rect"]]
8
9 Microsoft's implementation notes: [[https:~~/~~/docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-tokens>>url:https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-tokens||shape="rect"]]
10
11 github OAuth Guide: [[https:~~/~~/developer.github.com/v3/oauth>>url:https://developer.github.com/v3/oauth||shape="rect"]]