- Notifications
You must be signed in to change notification settings - Fork921
feat: add combobox for selecting claim field value for group/role idp sync#16459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
main thing I would like changed is the use ofonSuccess
. we're gonna have to get rid of all those one day, I'd rather not make the list longer. 😅
otherwise looks good!
site/src/pages/OrganizationSettingsPage/IdpSyncPage/IdpSyncPage.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/OrganizationSettingsPage/IdpSyncPage/IdpSyncPage.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/OrganizationSettingsPage/IdpSyncPage/IdpSyncPage.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/OrganizationSettingsPage/IdpSyncPage/IdpSyncPageView.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/OrganizationSettingsPage/IdpSyncPage/IdpRoleSyncForm.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
97f619d
to447cad7
Compare7076c4e
intomainUh oh!
There was an error while loading.Please reload this page.
contributes tocoder/internal#330
This is a followup to#16335
This adds a combobox that swaps with the input for the idp group and idp role names when the sync field returns claim values from the claim field values endpoint. If no claim field values are returned then the input remains instead of the combobox.