auth-query-strategies.gql 286 B

123456789101112131415161718192021
  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. }