There was an error while loading. Please reload this page.
1 parent b1290e0 commit 8afabe1Copy full SHA for 8afabe1
README.md
@@ -1,7 +1,10 @@
1
# spring-oauth-security
2
3
-To get Token call api -
+To get Token call -
4
+
5
Post call - http://localhost:8081/oauth/token
6
7
Header - Authorization : Basic {value} - value is basic encoding of clientId:Secret. ex: dGVzdENsaWVudDpzZWNyZXQ= for testClient:secret
8
9
Body - Form-urlencoded
10
grant_type - client_credentials
0 commit comments