with spring security oauth, how to read access token from cookie for validation -


i using spring security oauth authentication purpose. using remotetokenservices redirect check token endpoint , validate token. , have configured in resourceserverconfigureradapter. need change app token cookie instead of authorization header. after remotetokenservice way not working. there other way can validate access token in cookie?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -