Tag · 8 articles

Java

Java, MySQL, and Shell Scripting for SailPoint IdentityIQ

SailPoint IdentityIQ Java, MySQL, and shell scripting: custom JAR deployment, the spt_ schema, safe diagnostic SQL, and iiq console automation scripts.

Keycloak Spring Boot OAuth2 Integration: Complete Developer Guide

Complete guide to Keycloak Spring Boot OAuth2 integration — configure a Spring Security resource server, validate JWT tokens, map Keycloak realm roles, and handle multi-tenant token validation in production.

Custom Authentication Nodes Development in ForgeRock AM 7.5

Step-by-step guide to building custom authentication nodes in ForgeRock AM 7.5: Maven pom.xml setup, @Node.Metadata annotation, JAR deployment to WEB-INF/lib, and troubleshooting nodes not showing in the console.

Custom Callback Usage and Extension Techniques in ForgeRock AM

Discover advanced techniques for implementing and extending custom callbacks in ForgeRock AM. Learn to enhance your DevOps processes with tailored solutions.

Helm for Java Microservices: Packaging & Deploying Made Easy

Discover how Helm streamlines packaging and deploying Java microservices. Learn to simplify your DevOps workflow with this powerful tool.

Best Practices for Writing Java Dockerfiles

Dive into best practices for writing efficient Java Dockerfiles. Learn to optimize your builds and streamline deployments with expert tips.

How to Implement the OAuth 2.0 Authorization Code Flow in Java

Learn how to implement OAuth 2.0's Authorization Code Flow in Java for secure authentication. Master this essential DevOps technique today!

How to Refresh Access Tokens in OAuth 2.0 (Java Example Included)

Learn how to refresh access tokens in OAuth 2.0 with a Java example. Ensure seamless authentication and secure your applications effortlessly.