Enhancement: exposures/configs/keycloak-openid-config.yaml by mp
parent
9525082cd0
commit
ab301699d9
|
@ -1,11 +1,16 @@
|
||||||
id: keycloak-openid-config
|
id: keycloak-openid-config
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Keycloak openid-config
|
name: Keycloak Openid Config - Detect
|
||||||
author: rodnt
|
author: rodnt
|
||||||
severity: info
|
severity: info
|
||||||
|
description: Keycloak Openid Configuratioin detected.
|
||||||
reference:
|
reference:
|
||||||
- https://issues.jboss.org/browse/KEYCLOAK-571
|
- https://issues.jboss.org/browse/KEYCLOAK-571
|
||||||
|
classification:
|
||||||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
||||||
|
cvss-score: 5.3
|
||||||
|
cwe-id: CWE-200
|
||||||
tags: keycloak,config
|
tags: keycloak,config
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
|
@ -27,4 +32,6 @@ requests:
|
||||||
- 'token_endpoint'
|
- 'token_endpoint'
|
||||||
- 'userinfo_endpoint'
|
- 'userinfo_endpoint'
|
||||||
- 'jwks_uri'
|
- 'jwks_uri'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
|
# Enhanced by mp on 2023/02/05
|
||||||
|
|
Loading…
Reference in New Issue