1
0
mirror of synced 2026-08-06 02:08:01 +00:00

Remove spring-security-openid

Closes gh-10773
This commit is contained in:
Rob Winch
2022-01-21 16:55:19 -06:00
parent e7ce694b23
commit f94090a59b
62 changed files with 16 additions and 4691 deletions
@@ -29,7 +29,7 @@ package org.springframework.security.authentication;
* <p>
* This might be thrown if a backend authentication repository is unavailable, for
* example. However, it would not be thrown in the event that an error occurred when
* validating an OpenID response with an OpenID Provider.
* validating an OIDC response from an OIDC provider.
* </p>
*
* @author Rob Winch