refactor: rewrite useSamlAuthProvider with RQ

This commit is contained in:
Rıdvan Akca
2024-03-15 15:50:24 +03:00
parent e381f95b95
commit b578e73cc4
7 changed files with 31 additions and 59 deletions

View File

@@ -1,19 +0,0 @@
import { gql } from '@apollo/client';
export const GET_SAML_AUTH_PROVIDER = gql`
query GetSamlAuthProvider {
getSamlAuthProvider {
id
name
certificate
signatureAlgorithm
issuer
entryPoint
firstnameAttributeName
surnameAttributeName
emailAttributeName
roleAttributeName
active
defaultRoleId
}
}
`;