Merge pull request #1998 from projectdiscovery/keycloak-openid-config
Keycloak openid configpatch-1
commit
59b244d9ba
|
@ -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
|
Loading…
Reference in New Issue