Merge pull request #1998 from projectdiscovery/keycloak-openid-config

Keycloak openid config
patch-1
Sandeep Singh 2021-07-14 18:39:38 +05:30 committed by GitHub
commit 59b244d9ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: keycloak-openid-config
info:
name: Keycloak openid-config
author: rodnt
severity: info
reference: https://issues.jboss.org/browse/KEYCLOAK-571
tags: keycloak,config
requests:
- method: GET
path:
- "{{BaseURL}}/.well-known/openid-configuration"
- "{{BaseURL}}/auth/realms/master/.well-known/openid-configuration"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'issuer'
- 'authorization_endpoint'
- 'token_endpoint'
- 'userinfo_endpoint'
- 'jwks_uri'
condition: and