Skip to content

Fix typo in snippet code 'jwtAuthenticationConveter' -> 'jwtAuthenticationConverter' #7969

Closed
@amarkevich

Description

@amarkevich

Summary

Section "Extracting Authorities Manually"[1]

  1. https://docs.spring.io/spring-security/site/docs/current/reference/html/oauth2.html#oauth2resourceserver-jwt-authorization-extraction

Actual Behavior

return jwtAuthenticationConveter;

Expected Behavior

return jwtAuthenticationConverter;

Configuration

none

Version

current

Sample

Metadata

Metadata

Assignees

Labels

in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions