feat: introduce role mappings form on authentication page (#1256)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const UPSERT_SAML_AUTH_PROVIDERS_ROLE_MAPPINGS = gql`
|
||||
mutation UpsertSamlAuthProvidersRoleMappings(
|
||||
$input: UpsertSamlAuthProvidersRoleMappingsInput
|
||||
) {
|
||||
upsertSamlAuthProvidersRoleMappings(input: $input) {
|
||||
id
|
||||
samlAuthProviderId
|
||||
roleId
|
||||
remoteRoleName
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user