Added keycloak-openid-config

patch-1
sandeep 2021-07-14 17:38:01 +05:30
parent 37f592b519
commit 367bfd4441
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