getting-help.adoc 1.5 KB

123456789101112131415161718192021222324
  1. [[getting-help]]
  2. = Getting Help
  3. :page-section-summary-toc: 1
  4. [[community]]
  5. == Community
  6. Welcome to the https://docs.spring.io/spring-security/reference/community.html[Spring Security Community].
  7. Spring Authorization Server is an open source project led by the Spring Security team.
  8. If you need help with Spring Authorization Server, we are here to help.
  9. [[resources]]
  10. == Resources
  11. The following are some of the best ways to get help:
  12. * Try the xref:how-to.adoc[How-to guides]. They provide solutions to the most common questions.
  13. * Learn the Spring Security basics that Spring Authorization Server builds on. If you are starting out with Spring Security, check the https://spring.io/projects/spring-security#learn[reference documentation] or try one of the https://github.com/spring-projects/spring-security-samples[samples].
  14. * Read through xref:index.adoc[this documentation].
  15. * Try one of our many https://github.com/spring-projects/spring-authorization-server/tree/main/samples[sample applications].
  16. * Ask a question on Stack Overflow with the https://stackoverflow.com/questions/tagged/spring-authorization-server[`spring-authorization-server`] tag.
  17. * Report bugs and enhancement requests on https://github.com/spring-projects/spring-authorization-server/issues[GitHub].
  18. NOTE: Spring Authorization Server is open source, including the documentation. If you find problems with the docs or if you want to improve them, please https://github.com/spring-projects/spring-authorization-server[get involved].