CodeNinjaResearch / springboot-oauth2-ldap-example

Belajar Spring Security OAuth2 + JWT + LDAP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Security Oauth2 with LDAP

Request token

curl -X POST \
  'http://localhost:8080/oauth/token?grant_type=password&username=user&password=password&client_id=mandiri_mits' \
  -H 'Authorization: Basic bWFuZGlyaV9taXRzOjEyMzQ1Ng=='

About

Belajar Spring Security OAuth2 + JWT + LDAP


Languages

Language:Java 100.0%