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

22 lines
286 B
Plaintext
Raw Normal View History

2018-06-04 04:41:29 +00:00
query {
authentication {
strategies {
2018-06-04 04:41:29 +00:00
isEnabled
key
title
2018-08-04 21:27:55 +00:00
description
isAvailable
2018-06-04 04:41:29 +00:00
useForm
2018-08-04 21:27:55 +00:00
logo
website
2018-06-04 04:41:29 +00:00
config {
key
value
}
selfRegistration
domainWhitelist
autoEnrollGroups
2018-06-04 04:41:29 +00:00
}
}
}