We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c3a9e commit e7f1928Copy full SHA for e7f1928
website/src/serverless/nus-auth.ts
@@ -34,7 +34,7 @@ samlify.setSchemaValidator(validator);
34
let SP_FILE_PATH;
35
let FEDERATION_METADATA_FILE_PATH;
36
if (process.env.VERCEL_ENV === 'production') {
37
- SP_FILE_PATH = './sp-latest.xml';
+ SP_FILE_PATH = './sp.xml';
38
FEDERATION_METADATA_FILE_PATH = './FederationMetadata.xml';
39
} else {
40
SP_FILE_PATH = './sp-cpex-staging.xml';
website/src/serverless/sp-latest.xml
0 commit comments