File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ auth :
2+ - name : " aad"
3+ loginEndpointAuth :
4+ externalEndpointURL : " http://localhost:8083/aad/token"
5+ payloadRaw : " NAVident=Q987654&grant_type=client_credentials&code=foo&client_id=foo&client_secret=secret"
6+ - name : " system"
7+ loginEndpointAuth :
8+ externalEndpointURL : " http://localhost:8083/system/token"
9+ payloadRaw : " sub=system&grant_type=client_credentials&code=foo&client_id=foo&client_secret=secret"
10+ - name : " tokenxLevel3"
11+ loginEndpointAuth :
12+ externalEndpointURL : " http://localhost:8083/tokenx/token"
13+ payloadRaw : " pid=88888888888&grant_type=client_credentials&code=foo&client_id=foo&client_secret=secret"
14+ - name : " tokenxLevel4"
15+ loginEndpointAuth :
16+ externalEndpointURL : " http://localhost:8083/tokenx/token"
17+ payloadRaw : " pid=99999999999&grant_type=client_credentials&code=foo&client_id=foo&client_secret=secret"
18+
19+ authTemplate :
20+ loginEndpointAuth :
21+ verb : POST
22+ contentType : application/x-www-form-urlencoded
23+ token :
24+ extractFromField : /access_token
25+ httpHeaderName : Authorization
26+ headerPrefix : " Bearer "
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments