Implementacja DEX - readme
This commit is contained in:
parent
6fec8d1d64
commit
c9fdae715a
@ -35,7 +35,11 @@ sequenceDiagram
|
||||
|
||||
Request:
|
||||
|
||||
http://127.0.0.1:5556/dex/auth?client_id=example-app&redirect_uri=http%3A%2F%2F127.0.0.1%3A5555%2Fcallback&response_type=code&scope=groups+openid+profile+email+offline_access&state=I+wish+to+wash+my+irish+wristwatch&template=tectonic
|
||||
http://127.0.0.1:5556/dex/auth?client_id=example-app&redirect_uri=http%3A%2F%2F127.0.0.1%3A5555%2Fcallback&response_type=code&scope=openid+profile+email+offline_access&state=I+wish+to+wash+my+irish+wristwatch
|
||||
|
||||
Request (dodatkowy scope `groups` dający access to strony admina):
|
||||
|
||||
http://127.0.0.1:5556/dex/auth?client_id=example-app&redirect_uri=http%3A%2F%2F127.0.0.1%3A5555%2Fcallback&response_type=code&scope=groups+openid+profile+email+offline_access&state=I+wish+to+wash+my+irish+wristwatch
|
||||
|
||||
|
||||
Flow jest typowo testowy, na razie nie ma revoke jwt, a samo pobranie tokenu należy zrobić za pomocą pliku `Makefile`.
|
||||
|
Loading…
Reference in New Issue
Block a user