Skip to content

Commit 4f2c710

Browse files
committed
DC-141 Update: example appsettings for co
1 parent a7fa84e commit 4f2c710

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

src/SEBT.Portal.Api/appsettings.Development.example.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@
1717
},
1818
"PluginAssemblyPaths": ["plugins-dc", "plugins-co"],
1919
"Cbms": {
20-
"UseMockResponses": true
20+
"UseMockResponses": true,
21+
"ClientId": "YOUR_CBMS_CLIENT_ID",
22+
"ClientSecret": "YOUR_CBMS_CLIENT_SECRET",
23+
"ApiBaseUrl": "https://test-ch2-api.state.co.us/ext-uat-c-cbms-cfa-eapi/api",
24+
"TokenEndpointUrl": "https://test-ch2-api.state.co.us/ext-uat-c-cbms-oauth-app/token",
25+
"Return404ForGetAccountDetails": false
2126
},
2227
"IdentifierHasher": {
2328
"SecretKey": "YOUR_IDENTIFIER_HASHER_KEY_AT_LEAST_32_CHARS"
@@ -36,6 +41,11 @@
3641
"DiscoveryEndpoint": "https://auth.pingone.com/e8e64475-39e1-43de-964b-3bc2e835a2f5/as/.well-known/openid-configuration",
3742
"ClientId": "YOUR_OIDC_CLIENT_ID",
3843
"CallbackRedirectUri": "http://localhost:3000/callback",
39-
"LanguageParam": "en"
44+
"LanguageParam": "en",
45+
"StepUp": {
46+
"DiscoveryEndpoint": "https://auth.pingone.com/YOUR_ENV_ID/as/.well-known/openid-configuration",
47+
"ClientId": "YOUR_OIDC_STEP_UP_CLIENT_ID",
48+
"RedirectUri": null
49+
}
4050
}
4151
}

src/SEBT.Portal.Api/appsettings.co.example.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"PluginAssemblyPaths": ["plugins-co"],
33
"Cbms": {
4-
"UseMockResponses": true
4+
"UseMockResponses": true,
5+
"ClientId": "YOUR_CBMS_CLIENT_ID",
6+
"ClientSecret": "YOUR_CBMS_CLIENT_SECRET",
7+
"ApiBaseUrl": "https://test-ch2-api.state.co.us/ext-uat-c-cbms-cfa-eapi/api",
8+
"TokenEndpointUrl": "https://test-ch2-api.state.co.us/ext-uat-c-cbms-oauth-app/token",
9+
"Return404ForGetAccountDetails": false
510
},
611
"StateHouseholdId": {
712
"PreferredHouseholdIdTypes": ["Phone"]
@@ -14,7 +19,12 @@
1419
"DiscoveryEndpoint": "https://id.mycolorado.gov/.well-known/openid-configuration",
1520
"ClientId": "YOUR_MYCOLORADO_CLIENT_ID",
1621
"CallbackRedirectUri": "http://localhost:3000/callback",
17-
"LanguageParam": "en"
22+
"LanguageParam": "en",
23+
"StepUp": {
24+
"DiscoveryEndpoint": "https://auth.pingone.com/YOUR_ENV_ID/as/.well-known/openid-configuration",
25+
"ClientId": "YOUR_OIDC_STEP_UP_CLIENT_ID",
26+
"RedirectUri": null
27+
}
1828
},
1929
"DevelopmentPhoneOverride": {
2030
"Phone": null

0 commit comments

Comments
 (0)