|
@@ -22,7 +22,7 @@ import org.springframework.security.core.AuthenticationException;
|
|
|
*
|
|
|
* @deprecated 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>.
|
|
|
+ * to <a href="https://openid.net/connect/">OpenID Connect</a>, which is supported by <code>spring-security-oauth2</code>.
|
|
|
* @author Robin Bramley, Opsera Ltd
|
|
|
*/
|
|
|
public class AuthenticationCancelledException extends AuthenticationException {
|