add shibboleth collection to environment automation
This commit is contained in:
@@ -5,13 +5,13 @@ info:
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{serverUri}}/idp/profile/oidc/authorize?client_id={{clientId}}&redirect_uri={{redirectUri}}&response_type=code&scope=openid profile email"
|
||||
url: "{{shibbolethServerUri}}/idp/profile/oidc/authorize?client_id={{clientId}}&redirect_uri={{clientRedirectUri}}&response_type=code&scope=openid profile email"
|
||||
params:
|
||||
- name: client_id
|
||||
value: "{{clientId}}"
|
||||
type: query
|
||||
- name: redirect_uri
|
||||
value: "{{redirectUri}}"
|
||||
value: "{{clientRedirectUri}}"
|
||||
type: query
|
||||
- name: response_type
|
||||
value: code
|
||||
|
||||
Reference in New Issue
Block a user