Top "Rest-security" questions

RESTful security tag groups all posts related to securing REST applications

RESTful Authentication

What does RESTful Authentication mean and how does it work? I can't find a good overview on Google. My only …

rest authentication restful-authentication rest-security
Best Practices for securing a REST API / web service

When designing a REST API or service are there any established best practices for dealing with security (Authentication, Authorization, Identity …

wcf security rest authorization rest-security
Security of REST authentication schemes

Background: I'm designing the authentication scheme for a REST web service. This doesn't "really" need to be secure (it's more …

rest authentication oauth amazon-s3 rest-security
Spring @EnableResourceServer vs @EnableOAuth2Sso

Most of the tutorials I've read so far uses @EnableOAuth2Sso instead of @EnableResourceServer on the API gateway. What are …

java spring spring-security spring-cloud rest-security
SSO and REST Api Authentication on multiple Application

at our company we have multiple web applications deployed that are secured through SSO using CAS server. A user requests …

spring oauth-2.0 cas jwt rest-security
JWT (Json web token) Vs Custom Token

I was looking through the questions but I did not find anything which could solve my doubt. I found extensive …

security jwt rest-security