springboot-oauth2-ldap-example
springboot-oauth2-ldap-example copied to clipboard
Belajar Spring Security OAuth2 + JWT + LDAP
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=='