Skip to content
Snippets Groups Projects

authorization

Merged Pavel Břoušek requested to merge authorization into main
All threads resolved!
2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -5,6 +5,7 @@ info:
@@ -5,6 +5,7 @@ info:
severity: high
severity: high
tags: saml
tags: saml
variables:
variables:
 
AUTHORIZATION: "Bearer abcd...789"
CONFORMANCE_IDP_HOSTNAME: conformance-idp.maiv1.incubator.geant.org
CONFORMANCE_IDP_HOSTNAME: conformance-idp.maiv1.incubator.geant.org
TEST_CASES:
TEST_CASES:
- noSignature
- noSignature
@@ -27,11 +28,13 @@ http:
@@ -27,11 +28,13 @@ http:
@Host: https://{{CONFORMANCE_IDP_HOSTNAME}}
@Host: https://{{CONFORMANCE_IDP_HOSTNAME}}
POST /module.php/conformance/test/setup?testId={{url_encode(TEST_CASE)}}&spEntityId={{url_encode(ENTITY_ID)}} HTTP/1.1
POST /module.php/conformance/test/setup?testId={{url_encode(TEST_CASE)}}&spEntityId={{url_encode(ENTITY_ID)}} HTTP/1.1
Host: {{CONFORMANCE_IDP_HOSTNAME}}
Host: {{CONFORMANCE_IDP_HOSTNAME}}
 
Authorization: {{AUTHORIZATION}}
- |
- |
@Host: https://{{CONFORMANCE_IDP_HOSTNAME}}
@Host: https://{{CONFORMANCE_IDP_HOSTNAME}}
GET /saml2/idp/SSOService.php?spentityid={{url_encode(ENTITY_ID)}}&ConsumerURL={{url_encode(BaseURL)}} HTTP/1.1
GET /saml2/idp/SSOService.php?spentityid={{url_encode(ENTITY_ID)}}&ConsumerURL={{url_encode(BaseURL)}} HTTP/1.1
Host: {{CONFORMANCE_IDP_HOSTNAME}}
Host: {{CONFORMANCE_IDP_HOSTNAME}}
 
Authorization: {{AUTHORIZATION}}
disable-path-automerge: true
disable-path-automerge: true
extractors:
extractors:
- type: xpath
- type: xpath
Loading