Tag: Oauth2
-
OAuth2 Authentication in Zerocode
Zerocode is an open-source library that enables API testing via simple declarative JSON steps — REST, SOAP, and DB services. This article …
-
OAuth2 Tips: Token Validation
Bearer Token Types There are two types of OAuth2 bearer tokens: General Token that represents a string that has no meaning for the client …
-
How to Configure an OAuth2 Authentication With Spring Security (Part 1)
As you might have noticed in my previous blog posts, I am a big fan of Spring + Java and Spring + Kotlin. Consequently, whenever I need to …
-
Spring Security With OAuth2
Spring Security provides comprehensive security services for J2EE-based enterprise software applications. It is powerful, flexible, and …
-
An OAuth2 Grant Selection Decision Tree for Securing REST APIs
OAuth2 Protocol, Grants, and Guidelines for Selecting Grants One of the most widely used security protocols for securing REST APIs is …
-
Tyk Management API: OAuth2 Client Credentials Flow
What Is Tyk? Tyk is a lightweight, open source API Gateway and Management Platform enables you to control who accesses your API, when they …
-
MITREid Connect – An OpenID Connect reference implementation in Java on the Spring platform
MITREid Connect – An OpenID Connect reference implementation in Java on the Spring platform 27 This project contains a certified OpenID Connect reference implementation in Java on the Spring platform, including a functioning server library, deployable server package, client (RP) library, and general utility libraries. The server can be used as an OpenID Connect Identity…
●●●