From b80d5a0c4e50ccac54c1c1a85d01b00386b776b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jari=20J=C3=A4=C3=A4skel=C3=A4?= Date: Mon, 19 Oct 2020 22:50:55 +0300 Subject: [PATCH] Add oidc-detect --- technologies/oidc-detect.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 technologies/oidc-detect.yaml diff --git a/technologies/oidc-detect.yaml b/technologies/oidc-detect.yaml new file mode 100644 index 0000000000..14c42915e0 --- /dev/null +++ b/technologies/oidc-detect.yaml @@ -0,0 +1,19 @@ +id: oidc-detect +info: + name: Detect OpenID Connect provider + author: jarijaas + severity: info + description: Detects OpenID Connect providers. See https://en.wikipedia.org/wiki/OpenID_Connect + +requests: + - method: GET + path: + - "{{BaseURL}}/.well-known/openid-configuration" + matchers-condition: and + matchers: + - type: status + status: + - 200 + - type: word + words: + - issuer \ No newline at end of file