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
Post a Comment