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

19 lines
259 B
Plaintext
Raw Normal View History

2018-06-04 04:41:29 +00:00
query {
authentication {
strategies(orderBy: "title ASC") {
2018-06-04 04:41:29 +00:00
isEnabled
key
props
title
useForm
config {
key
value
}
selfRegistration
domainWhitelist
autoEnrollGroups
2018-06-04 04:41:29 +00:00
}
}
}