AuthoritiesExtractor converts a list of Groups/Roles in an JWT token into Spring Security
GrantedAuthority.PrincipalExtractor pulls a Principal, out of a configurable claim
based on the {code}principalClaimKey{code}.PropertySource that maps the values from an OIDC discovery
metadata endpoint to Spring Security's expected {code}security.oauth2.*{code} properties.EnvironmentPostProcessor configures additional PropertySources that map OIDC discovery metadata
and standard Okta properties to standard Spring Boot OAuth2 properties.PropertySource that supports aliasing/renaming of keys.Copyright © 2017–2018 Okta. All rights reserved.