Skip to content

Commit 8afabe1

Browse files
authored
Update README.md
1 parent b1290e0 commit 8afabe1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# spring-oauth-security
22

3-
To get Token call api -
3+
To get Token call -
4+
45
Post call - http://localhost:8081/oauth/token
6+
57
Header - Authorization : Basic {value} - value is basic encoding of clientId:Secret. ex: dGVzdENsaWVudDpzZWNyZXQ= for testClient:secret
8+
69
Body - Form-urlencoded
710
grant_type - client_credentials

0 commit comments

Comments
 (0)