add shibboleth collection

This commit is contained in:
2026-08-19 12:11:53 +02:00
parent 80b134e32a
commit a533f1a66b
8 changed files with 501 additions and 0 deletions
@@ -0,0 +1,28 @@
info:
name: Authorize (manual flow in browser)
type: http
seq: 2
http:
method: GET
url: "{{serverUri}}/idp/profile/oidc/authorize?client_id={{clientId}}&redirect_uri={{redirectUri}}&response_type=code&scope=openid profile email"
params:
- name: client_id
value: "{{clientId}}"
type: query
- name: redirect_uri
value: "{{redirectUri}}"
type: query
- name: response_type
value: code
type: query
- name: scope
value: openid profile email
type: query
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5