forked from facilelogin/aratuwa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.sh
31 lines (19 loc) · 1002 Bytes
/
env.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
export TOKEN_EP=https://localhost:9443/oauth2/token
export AUTHZ_EP=https://localhost:9443/oauth2/authorize
export INTROSPECT_EP=https://localhost:9443/oauth2/introspect
export REVOKE_EP=https://localhost:9443/oauth2/revoke
export PDP_SERVER_URL=https://localhost:9443/api/identity/entitlement/Decision/pdp
# client id
export CLIENTID=561nQUr_raHHAQ9UAlMhdlhE9RQa
# client secret
export CLIENTSECRET=m5ePqgn6RYelwQZboJKVw9Mkcbga
# the username used for both resource owner password grant type and to authenticate to the XACML PDP
export USERNAME=admin
# the password used for both resource owner password grant type and to authenticate to the XACML PDP
export PASSWORD=admin
# the scope used in requesting an access token
export SCOPE=openid
# the oauth 2.0 redirect_uri used in authorization code and implicit grant types.
export REDIRECTURI=http://127.0.0.1:5000/
# this is the business api endpoint, hosted in wso2 api manager.
export API_EP=https://localhost:8245/bc/v1.0.0/latestblock