spring-authorization-server/oauth2-authorization-server/src/test/java/org/springframework/security/config/annotation/web
Daniel Garnier-Moiroux 6a5e277a11 Implement OpenID Provider Configuration endpoint
- See https://openid.net/specs/openid-connect-discovery-1_0.html
  sections 3 and 4.
- We introduce here a "ProviderSettings" construct to configure
  the authorization server, starting with endpoint paths (e.g.
  token endpoint, jwk set endpont, ...)

Closes gh-55
2020-11-25 05:50:17 -05:00
..
configuration Register SecurityFilterChain instead of WebSecurityConfigurerAdapter 2020-11-19 14:27:18 -05:00
configurers/oauth2/server/authorization Implement OpenID Provider Configuration endpoint 2020-11-25 05:50:17 -05:00