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.

21 lines
286 B

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