19 lines
259 B
GraphQL
19 lines
259 B
GraphQL
query {
|
|
authentication {
|
|
strategies(orderBy: "title ASC") {
|
|
isEnabled
|
|
key
|
|
props
|
|
title
|
|
useForm
|
|
config {
|
|
key
|
|
value
|
|
}
|
|
selfRegistration
|
|
domainWhitelist
|
|
autoEnrollGroups
|
|
}
|
|
}
|
|
}
|