Skip to content

Commit d61723b

Browse files
committed
Bootstrap note fix
1 parent 85ac122 commit d61723b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

grails-app/init/io/xh/toolbox/BootStrap.groovy

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ class BootStrap implements LogSupport {
127127
groupName: 'Toolbox - Example Apps'
128128
],
129129
entraIdConfig: [
130-
valueType: 'json',
131-
defaultValue: [
132-
clientId: '5d933976-8fe4-40fc-bc13-b9d239a2efe5',
133-
tenantId: '51759969-dc12-46ec-a1e9-2532084dc881'
134-
],
135-
clientVisible: false,
136-
groupName: 'Auth',
137-
note: 'OAuth config for the Toolbox app registered at our Auth0 account. \n(https://manage.auth0.com/dashboard/us/xhio/)'
130+
valueType: 'json',
131+
defaultValue: [
132+
clientId: '5d933976-8fe4-40fc-bc13-b9d239a2efe5',
133+
tenantId: '51759969-dc12-46ec-a1e9-2532084dc881'
134+
],
135+
clientVisible: false,
136+
groupName: 'Auth',
137+
note: 'OAuth config for the Toolbox app registered at our Azure Entra ID tenant. For testing Entra ID as an alternate OAuth provider.'
138138
],
139139
fileManagerStoragePath: [
140140
valueType: 'string',

0 commit comments

Comments
 (0)