Path component for issuer identifier should be disabled by default
Issue gh-1342 Closes gh-1611
This commit is contained in:
@@ -93,7 +93,7 @@ public class AuthorizationServerConfig {
|
||||
*/
|
||||
DeviceClientAuthenticationConverter deviceClientAuthenticationConverter =
|
||||
new DeviceClientAuthenticationConverter(
|
||||
"/**" + authorizationServerSettings.getDeviceAuthorizationEndpoint());
|
||||
authorizationServerSettings.getDeviceAuthorizationEndpoint());
|
||||
DeviceClientAuthenticationProvider deviceClientAuthenticationProvider =
|
||||
new DeviceClientAuthenticationProvider(registeredClientRepository);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user