Commit f010b6e0 authored by Cage, Gregory's avatar Cage, Gregory
Browse files

Remove copy of oidc-pam.json

parent 9fd664a7
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
[{
    "provider": "keycloak",
    "verification_type": "introspection_url",
    "verification_type": "jwks_url",
    "client_id": "galaxy",
    "client_secret":"coR3eIu4hEaxNwveSbXjsiHdHijYtRuf",
    "jwks_url": "http://localhost:8084/realms/master/protocol/openid-connect/certs",
    "introspection_url": "http://host.docker.internal:8080/realms/ndip/protocol/openid-connect/token/introspect",
    "check_2fa": false,
    "enable_log": true,
@@ -13,7 +14,8 @@
    "verification_type": "jwks_url",
    "client_id": "galaxy",
    "client_secret":"coR3eIu4hEaxNwveSbXjsiHdHijYtRuf",
    "jwk_url": "https://login.microsoftonline.com/{tenant}/discovery/v2.0/keys",
    "jwks_url": "https://login.microsoftonline.com/{tenant}/discovery/v2.0/keys",
    "introspection_url": "",
    "check_2fa": false,
    "enable_log": true,
    "log_file": "/tmp/oidc.log"

server_side/python/oidc-pam.json

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line
[{
    "provider": "keycloak",
    "verification_type": "jwks_url",
    "client_id": "galaxy",
    "client_secret":"coR3eIu4hEaxNwveSbXjsiHdHijYtRuf",
    "jwks_url": "http://localhost:8084/realms/master/protocol/openid-connect/certs",
    "introspection_url": "http://host.docker.internal:8080/realms/ndip/protocol/openid-connect/token/introspect",
    "check_2fa": false,
    "enable_log": true,
    "log_file": "/tmp/oidc.log"
},
{
    "provider": "azure",
    "verification_type": "jwks_url",
    "client_id": "galaxy",
    "client_secret":"coR3eIu4hEaxNwveSbXjsiHdHijYtRuf",
    "jwks_url": "https://login.microsoftonline.com/{tenant}/discovery/v2.0/keys",
    "introspection_url": "",
    "check_2fa": false,
    "enable_log": true,
    "log_file": "/tmp/oidc.log"
}]
   
 No newline at end of file