Skip to content

Commit 258c3a0

Browse files
FrostyApeOneFrostyApeOne
authored andcommitted
Enabled Test auth temporarily
1 parent 89530ac commit 258c3a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DfE.ExternalApplications.Api/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"DiscoveryEndpoint": "https://test-oidc.signin.education.gov.uk/.well-known/openid-configuration"
3737
},
3838
"TestAuthentication": {
39-
"Enabled": false,
39+
"Enabled": true,
4040
"JwtSigningKey": "secret",
4141
"JwtIssuer": "test-external-applications",
4242
"JwtAudience": "external-applications-api"

src/DfE.ExternalApplications.Api/appsettings.Test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"DiscoveryEndpoint": "https://pp-oidc.signin.education.gov.uk/.well-known/openid-configuration"
3737
},
3838
"TestAuthentication": {
39-
"Enabled": false,
39+
"Enabled": true,
4040
"JwtSigningKey": "secret",
4141
"JwtIssuer": "test-external-applications",
4242
"JwtAudience": "external-applications-api"

0 commit comments

Comments
 (0)