Hi, I'm watched using check token with /oauth/check_token with basic authorization. curl -X POST --header "Authorization: Basic " "http://localhost:9000/oauth/check_token=" It is success!

But I want to using curl -X POST --header "Authorization: Bearer " ...... How to custom it? Thanks.

Comment From: jgrandja

@deverlex Please provide more detail as I don't understand your question. Also, is this question related to Spring Security OAuth 2.x or Spring Security 5.0?