mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
259 B
19 lines
259 B
7 years ago
|
query {
|
||
|
authentication {
|
||
7 years ago
|
strategies(orderBy: "title ASC") {
|
||
7 years ago
|
isEnabled
|
||
|
key
|
||
|
props
|
||
|
title
|
||
|
useForm
|
||
|
config {
|
||
|
key
|
||
|
value
|
||
|
}
|
||
7 years ago
|
selfRegistration
|
||
|
domainWhitelist
|
||
|
autoEnrollGroups
|
||
7 years ago
|
}
|
||
|
}
|
||
|
}
|