updated sso
diff --git a/templates/edge-sso-installer-config.conf.j2 b/templates/edge-sso-installer-config.conf.j2 index 3eb4e40..eba894c 100644 --- a/templates/edge-sso-installer-config.conf.j2 +++ b/templates/edge-sso-installer-config.conf.j2
@@ -32,7 +32,7 @@ SSO_ADMIN_SECRET={{ edge_sso_admin_secret | default(opdk_user_pass) }} # Path to signing key and secret from "Create the TLS keys and certificates" above. -SSO_JWT_SIGNINIG_KEY_FILEPATH={{ edge_sso_jwt_signing_key_filepath | default('/opt/apigee/customer/application/apigee-sso/jwt-keys/privkey.pem') }} +SSO_JWT_SIGNING_KEY_FILEPATH={{ edge_sso_jwt_signing_key_filepath | default('/opt/apigee/customer/application/apigee-sso/jwt-keys/privkey.pem') }} SSO_JWT_VERIFICATION_KEY_FILEPATH={{ edge_sso_jwt_verification_key_filepath | default('/opt/apigee/customer/application/apigee-sso/jwt-keys/pubkey.pem') }} # Name of SAML IDP. For example, okta or adfs.