Skip to content

Commit 59193c4

Browse files
committed
chore(davinci-app): add QR code flow server config
1 parent 1ad0093 commit 59193c4

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

e2e/davinci-app/server-configs.ts

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,27 +57,24 @@ export const serverConfigs: Record<string, DaVinciConfig> = {
5757
},
5858
/**
5959
* Phone Number Input With Email and Password
60-
*
6160
*/
6261
'20dd0ed0-bb9b-4c8f-9a60-9ebeb4b348e0': {
6362
clientId: '20dd0ed0-bb9b-4c8f-9a60-9ebeb4b348e0',
6463
redirectUri: window.location.origin + '/',
65-
scope: 'openid profile email revoke',
64+
scope: 'openid profile email',
6665
serverConfig: {
6766
wellknown:
6867
'https://auth.pingone.ca/02fb4743-189a-4bc7-9d6c-a919edfe6447/as/.well-known/openid-configuration',
6968
},
7069
},
71-
/**
72-
* QR Code Flow
73-
* Policy ID: 9da1b93991bcd577947da228ad4c741f
74-
*/
70+
/** QR Code policy id : aa3c00c3ec25a9721be078f7bf44678d **/
7571
'c12743f9-08e8-4420-a624-71bbb08e9fe1': {
7672
clientId: 'c12743f9-08e8-4420-a624-71bbb08e9fe1',
7773
redirectUri: window.location.origin + '/',
78-
scope: 'openid profile email revoke',
74+
scope: 'openid profile email',
7975
serverConfig: {
80-
wellknown: 'https://pingone.petrov.ca/as/.well-known/openid-configuration',
76+
wellknown:
77+
'https://auth.pingone.ca/02fb4743-189a-4bc7-9d6c-a919edfe6447/as/.well-known/openid-configuration',
8178
},
8279
},
8380
};

0 commit comments

Comments
 (0)