Skip to content

Commit 1f164f8

Browse files
committed
auth0-tenant fix Molds M2M grant domain
1 parent 7e93397 commit 1f164f8

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

apps/auth0-tenant/auth0-config.json.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"hooks"
1212
],
1313
"AUTH0_KEYWORD_REPLACE_MAPPINGS": {
14+
"AUTH0_DOMAIN": "{{DOMAIN}}",
1415
"MOLD_INVENTORY_APP_CALLBACKS": [
1516
"https://mold-inventory-app-production.epicpatka.workers.dev",
1617
"https://*-mold-inventory-app-production.epicpatka.workers.dev",

apps/auth0-tenant/auth0-tenant/clients/Mold Inventory App.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"oidc_conformant": true,
66
"cross_origin_authentication": false,
77
"sso_disabled": false,
8-
"cross_origin_auth": false,
98
"refresh_token": {
109
"expiration_type": "expiring",
1110
"leeway": 0,

apps/auth0-tenant/auth0-tenant/clients/Molds M2M.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"oidc_conformant": true,
66
"cross_origin_authentication": false,
77
"sso_disabled": false,
8-
"cross_origin_auth": false,
98
"refresh_token": {
109
"expiration_type": "non-expiring",
1110
"leeway": 0,

apps/auth0-tenant/auth0-tenant/clients/Molds MCP.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"oidc_conformant": true,
66
"cross_origin_authentication": false,
77
"sso_disabled": false,
8-
"cross_origin_auth": false,
98
"refresh_token": {
109
"expiration_type": "non-expiring",
1110
"leeway": 0,

apps/auth0-tenant/auth0-tenant/grants/Molds M2M-Auth0 Management API.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"client_id": "Molds M2M",
3-
"audience": "https://epicpatka-dev.us.auth0.com/api/v2/",
3+
"audience": "https://##AUTH0_DOMAIN##/api/v2/",
44
"scope": [
55
"update:users"
66
],

0 commit comments

Comments
 (0)