spring-authorization-server icon indicating copy to clipboard operation
spring-authorization-server copied to clipboard

Spring Authorization Server

Results 164 spring-authorization-server issues
Sort by recently updated
recently updated
newest added
trafficstars

Spring Authorization Server supports the *Exchange Token* feature; introduced in #60 According to [RFC 8693][1], the token type `id_token` is valid, but not supported by [OAuth2TokenExchangeAuthenticationConverter][2], which accepts only `jwt`...

type: enhancement

**Expected Behavior** OAuth2TokenExchangeAuthenticationProvider should be enhanced to support subject/actor tokens from other trusted issuers **Current Behavior** Today, OAuth2TokenExchangeAuthenticationProvider validates/authorizes the subject/actor token by looking for the JWT in the configured...

type: enhancement

This PR related https://github.com/spring-projects/spring-authorization-server/pull/1914

type: enhancement

**Expected Behavior** We would like to add a client-certificate to the outbound request when fetching a JwkSetUrl from a configured client. **Current Behavior** RestTemplate is a static final variable in...

type: enhancement