add shibboleth collection to environment automation

This commit is contained in:
2026-08-27 10:21:51 +02:00
parent 4f14efbfc5
commit 9358624392
6 changed files with 25 additions and 18 deletions
@@ -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