wikijs-fork/client/graph/admin/auth/auth-query-strategies.gql

19 lines
259 B
GraphQL

query {
authentication {
strategies(orderBy: "title ASC") {
isEnabled
key
props
title
useForm
config {
key
value
}
selfRegistration
domainWhitelist
autoEnrollGroups
}
}
}