Skip to content

Commit 363935c

Browse files
authoredFeb 13, 2024··
fix appsettings.json files (#80)
1 parent 0823434 commit 363935c

File tree

2 files changed

+6
-6
lines changed
  • samples-aspnetcore-6x/self-hosted-login/okta-aspnetcore-mvc-example
  • samples-aspnetcore-7x/self-hosted-login/okta-aspnetcore-razorpages-example/okta-aspnetcore-razorpages-example

2 files changed

+6
-6
lines changed
 

‎samples-aspnetcore-6x/self-hosted-login/okta-aspnetcore-mvc-example/appsettings.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
}
88
},
99
"Okta": {
10-
"OktaDomain": "https://dotnet-sdk-idx.okta.com",
11-
"ClientId": "0oa2xoe0xbZuSCSWZ5d7",
12-
"ClientSecret": "A4-tCxx3vEa-huYOylnfwGbPXtMU8dVUHW7nPBw_",
10+
"OktaDomain": "https://{yourOktaDomain}",
11+
"ClientId": "{ClientId}",
12+
"ClientSecret": "{ClientSecret}",
1313
"AuthorizationServerId": "default"
1414
}
1515
}

‎samples-aspnetcore-7x/self-hosted-login/okta-aspnetcore-razorpages-example/okta-aspnetcore-razorpages-example/appsettings.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
}
88
},
99
"Okta": {
10-
"OktaDomain": "https://dotnet-sdk-idx.okta.com",
11-
"ClientId": "0oa2xoe0xbZuSCSWZ5d7",
12-
"ClientSecret": "A4-tCxx3vEa-huYOylnfwGbPXtMU8dVUHW7nPBw_",
10+
"OktaDomain": "https://{yourOktaDomain}",
11+
"ClientId": "{ClientId}",
12+
"ClientSecret": "{ClientSecret}",
1313
"AuthorizationServerId": "default"
1414
}
1515
}

0 commit comments

Comments
 (0)
Please sign in to comment.