Spring security Basic authentication with Token authorization -
i want provide token based authorization spring rest application based on basic authentication.
- a login/token request (post /path/to/login) => basic authentication , return token
- all other requests => token authentication
how can that? (spring 4.x)
although spring getting started guide here - https://spring.io/guides/gs/securing-web/ relates spring boot. pretty applicable basic spring 4.x
Comments
Post a Comment