Skip to content

Nidam is a collection of Spring OAuth 2 microservices and a React SPA that takes care of Registration and Authentication of Users using the Security Standard OAuth 2. So You only focus on Business Logic

License

Notifications You must be signed in to change notification settings

Mehdi-HAFID/token-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Token Generator Service — Nidam Authorization Server

Role & Highlights

  • OIDC / OAuth2 Authorization Server (Spring Authorization Server).
  • Issues JWTs (access & id tokens) consumed by bff and nidam resource server.
  • Uses a static RSA key (JKS) configured from properties.
  • Customizations: additional token claims (e.g., authorities), RP-initiated logout handling (id_token_hint handling customizations).

Read the documentation: https://nidam.derbyware.com

Part of the Nidam (6 repositories):

Run locally

mvn spring-boot:run 

#OR

# Build
mvn clean package

# Run
java -jar target/token-generator-*.jar

Nidam Architecture

About

Nidam is a collection of Spring OAuth 2 microservices and a React SPA that takes care of Registration and Authentication of Users using the Security Standard OAuth 2. So You only focus on Business Logic

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published