Skip to content

rsatrio/KeyCloak-Oauth2-Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyCloak OAuth2 Utils

A simple utility to wrap OAuth2 usage in KeyCloak. Build with Java 8, and using these additional libraries:

  • ScribeJava

  • FusionAuth-JWT

  • Unirest

  • Logback

Features

Features included are helper to interfacing with keycloak for these functions:

  • Login with OAuth2
  • Logout with OAuth2
  • Reset Password based on user's email
  • Change Password based on user's email
  • Create new user
  • Enabled user
  • Get Keycloak's UserId based on email

Build

Use mvn package to build the module into jar file

mvn clean package

Usage

  • Add the jar library into your project. Don't forget to also add these dependencies into your project:
  1. Scribejava
  2. Fusionauth-jwt
  3. Unirest
  4. Logback

Feedback

For feedback and feature request, please raise issues in the issue section of the repository. Enjoy!!.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages