You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
could you please help with it? Has dex ability to match connector with staticClients? Something like below in config?
The idea is to use two identical connectors with different access groups and not show them to users for different clients.
staticClients:
id: client_1
redirectURIs:
/device/callback
name: 'Static Client for Device Flow' connector_id: connector_1
id: client_2
redirectURIs:
/device/callback
name: 'Static Client for Device Flow' connector_id: connector_2
connectors:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
could you please help with it? Has dex ability to match connector with staticClients? Something like below in config?
The idea is to use two identical connectors with different access groups and not show them to users for different clients.
staticClients:
redirectURIs:
name: 'Static Client for Device Flow'
connector_id: connector_1
redirectURIs:
name: 'Static Client for Device Flow'
connector_id: connector_2
connectors:
id: connector_1
name: Crowd
config:
baseURL: https://crowd
clientID: xxx
clientSecret: xxx
groups:
usernamePrompt: Login
preferredUsernameField: name
id: connector_2
name: Crowd
config:
baseURL: https://crowd
clientID: xxx
clientSecret: xxx
groups:
usernamePrompt: Login
preferredUsernameField: name
Beta Was this translation helpful? Give feedback.
All reactions