Skip to content

dimMaryanto93/springboot-oauth2-ldap-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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=='

Releases

No releases published

Packages

No packages published

Languages