Browse Source
Add deprecation notice to all files in the spring-security-openid module Fixes gh-7263pull/8450/head
19 changed files with 64 additions and 6 deletions
@ -1,5 +1,9 @@ |
|||||||
<html> |
<html> |
||||||
<body> |
<body> |
||||||
Authenticates standard web browser users via <a href="https://openid.net">OpenID</a>. |
<p>Authenticates standard web browser users via <a href="https://openid.net">OpenID</a>.</p> |
||||||
|
|
||||||
|
<p>NOTE: The OpenID 1.0 and 2.0 protocols have been deprecated and users are |
||||||
|
<a href="https://openid.net/specs/openid-connect-migration-1_0.html">encouraged to migrate</a> |
||||||
|
to <a href="https://openid.net/connect/">OpenID Connect</a>.</p> |
||||||
</body> |
</body> |
||||||
</html> |
</html> |
||||||
|
|||||||
Loading…
Reference in new issue