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.

20 lines
268 B

  1. query {
  2. authentication {
  3. strategies {
  4. isEnabled
  5. key
  6. title
  7. description
  8. useForm
  9. logo
  10. website
  11. config {
  12. key
  13. value
  14. }
  15. selfRegistration
  16. domainWhitelist
  17. autoEnrollGroups
  18. }
  19. }
  20. }