2020-10-19 19:50:55 +00:00
|
|
|
id: oidc-detect
|
2021-09-09 13:38:13 +00:00
|
|
|
|
2020-10-19 19:50:55 +00:00
|
|
|
info:
|
|
|
|
name: Detect OpenID Connect provider
|
|
|
|
author: jarijaas
|
|
|
|
severity: info
|
|
|
|
description: Detects OpenID Connect providers. See https://en.wikipedia.org/wiki/OpenID_Connect
|
2021-09-09 13:38:13 +00:00
|
|
|
tags: tech,oidc
|
2020-10-19 19:50:55 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.well-known/openid-configuration"
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
|
|
|
words:
|
2020-10-20 12:19:01 +00:00
|
|
|
- issuer
|
|
|
|
- authorization_endpoint
|
|
|
|
condition: and
|