Spring Authorization Server: Authorized Scopes missing from token and from context.getAuthorizations()
I have a Spring Authorization Server 1.2.0 project where I have access to a RegisteredClient
that has scopes profile
and read.custom.scope
. This client has grant types refresh_token
and authorization_code
. The authorizations are being persisted to the DB with appropriate repositories etc.
Spring Authorization Server: Authorized Scopes missing from token and from context.getAuthorizations()
I have a Spring Authorization Server 1.2.0 project where I have access to a RegisteredClient
that has scopes profile
and read.custom.scope
. This client has grant types refresh_token
and authorization_code
. The authorizations are being persisted to the DB with appropriate repositories etc.
Spring Authorization Server: Authorized Scopes missing from token and from context.getAuthorizations()
I have a Spring Authorization Server 1.2.0 project where I have access to a RegisteredClient
that has scopes profile
and read.custom.scope
. This client has grant types refresh_token
and authorization_code
. The authorizations are being persisted to the DB with appropriate repositories etc.