Skip to content

Commit

Permalink
Remove auth0ClaimsNamespace config parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Aug 1, 2024
1 parent 5372f76 commit c251bed
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/config/ConfigContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ interface Config {
auth0Domain?: string;
auth0ClientId?: string;
auth0Audience?: string;
auth0ClaimsNamespace?: string;
udugMicroFrontendUrl?: string;
ninsarMicroFrontendUrl?: string;
zagmukMicroFrontendUrl?: string;
Expand Down
1 change: 0 additions & 1 deletion src/config/environments/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"auth0Domain": "ror-entur-dev.eu.auth0.com",
"auth0ClientId": "ZFz0whLRMzf8Qk3wjXesHbhtLrvd0zkD",
"auth0Audience": "https://ror.api.dev.entur.io",
"auth0ClaimsNamespace": "https://ror.entur.io/role_assignments",
"udugMicroFrontendUrl": "https://netex-validation-reports.dev.entur.org",
"ninsarMicroFrontendUrl": "https://line-statistics.dev.entur.org",
"zagmukMicroFrontendUrl": "https://timetable-admin.dev.entur.org"
Expand Down
1 change: 0 additions & 1 deletion src/config/environments/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"auth0Domain": "auth2.entur.org",
"auth0ClientId": "ZvAJ8bvxn71Rj0pogxm5zUXaQj46K2bm",
"auth0Audience": "https://ror.api.entur.io",
"auth0ClaimsNamespace": "https://ror.entur.io/role_assignments",
"udugMicroFrontendUrl": "https://netex-validation-reports.entur.org",
"ninsarMicroFrontendUrl": "https://line-statistics.entur.org",
"zagmukMicroFrontendUrl": "https://timetable-admin.entur.org"
Expand Down
1 change: 0 additions & 1 deletion src/config/environments/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"auth0Domain": "ror-entur-staging.eu.auth0.com",
"auth0ClientId": "Mj0umIJgASVkJjshc37hhatqqszUVXU4",
"auth0Audience": "https://ror.api.staging.entur.io",
"auth0ClaimsNamespace": "https://ror.entur.io/role_assignments",
"udugMicroFrontendUrl": "https://netex-validation-reports.staging.entur.org",
"ninsarMicroFrontendUrl": "https://line-statistics.staging.entur.org",
"zagmukMicroFrontendUrl": "https://timetable-admin.staging.entur.org"
Expand Down

0 comments on commit c251bed

Please sign in to comment.