diff --git a/renderer.py b/renderer.py index adf5526..4228bad 100644 --- a/renderer.py +++ b/renderer.py @@ -112,11 +112,11 @@ def render_overview(): OIDC

- - - - - + + + + +
Issuer """+str(config_yaml["oidc"]["issuer"]) +"""
Client ID """+str(config_yaml["oidc"]["client_id"]) +"""
Scope """+str(config_yaml["oidc"]["scope"]) +"""
Allowed Domains """+str(config_yaml["oidc"]["allowed_domains"]) +"""
Strip Email Domain """+str(config_yaml["oidc"]["strip_email_domain"])+"""
Issuer """+str(config_yaml["oidc"]["issuer"]) +"""
Client ID """+str(config_yaml["oidc"]["client_id"]) +"""
Scope """+str(config_yaml["oidc"]["scope"]) +"""
Token Expiry """+str(config_yaml["oidc"]["use_expiry_from_token"]) +"""
Expiry """+str(config_yaml["oidc"]["expiry"]) +"""