By Roytuts · Spring Security
Spring Security – has permission The ability of hasPermission() method in Spring Boot Security applications is to determine the accessibility of a particular user for the application. The…
By Roytuts · Spring Security
Spring Security Has Role PreAuthorize hasRole Spring security will determine whether a user can invoke a method or not based on his/her role. hasRole() method returns true if…
By Roytuts · Angular, Spring Security
Introduction In this post you will see an example about Angular Spring Boot Security JWT (JSON Web Token) Authentication and role based Authorization for REST APIs or RESTful services.…
By Roytuts · Cloud, Spring Security
Here in this example I am going to show you how to allow users for OAuth2 SSO (Single Sign On) using AWS (Amazon Web Services) Cognito. I had…
By Roytuts · PHP
Introduction In this tutorial you will see how to generate and validate JWT (JSON Web Token) using PHP programming language without using any third-party library or plugin. I…
By Roytuts · Spring Security
Spring Security JWT Auth In this post you will see an example on Spring Security authentication and role based authorization using JWT (JSON Web Token) on REST or…
By Roytuts · Spring Boot, Spring Security
Introduction Here you will see Spring Boot Security Example – Single Sign On using OAuth 2. Single Sign On or simply SSO is a property of access control…
By Roytuts · Spring Security
Spring Security Has Permission In this tutorial I will show you an example on @PreAuthorize annotation – hasPermission() example in Spring Security. The most useful annotation @PreAuthorize, which…
By Roytuts · Spring Security
Spring Security Has-Role In this tutorial I will show you an example on @PreAuthorize annotation – hasRole() example in Spring Security. @PreAuthorize is the most useful annotation that…
By Roytuts · Security
Introduction In this tutorial I will discuss how SiteMinder works as an SSO authentication system. This tutorial will give you technical insights of the working principle of SiteMinder…