Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docker-jans-saml): sync asset for OCI image #8859

Merged
merged 2 commits into from
Jul 4, 2024

chore(all-in-one): update JANS_SOURCE_VERSION

0f447e0
Select commit
Loading
Failed to load commit list.
Merged

chore(docker-jans-saml): sync asset for OCI image #8859

chore(all-in-one): update JANS_SOURCE_VERSION
0f447e0
Select commit
Loading
Failed to load commit list.
DryRunSecurity / Authn/Authz Analyzer succeeded Jul 4, 2024 in 2s

DryRun Security

Details

Authn/Authz Analyzer Findings: 1 detected

⚠️ Potential Authn/Authz Function Used or Modified docker-jans-saml/scripts/bootstrap.py (click for details)
Type Potential Authn/Authz Function Used or Modified
Description The code contains references to 'keycloak_hostname', 'jans_idp_realm', 'jans_idp_grant_type', 'jans_idp_user_name', and 'jans_idp_user_password'. These are likely related to authentication and authorization functions for a Keycloak identity provider or a similar identity management system. The presence of these variables suggests that the code may contain functions or methods that handle user authentication and authorization.
Filename docker-jans-saml/scripts/bootstrap.py
CodeLink
ctx = {
"hostname": hostname,
"keycloak_hostname": hostname,
"jans_idp_realm": "jans",
"jans_idp_grant_type": "PASSWORD",
"jans_idp_user_name": "jans",