https://github.com/redhat-developer/redhat-sso-quickstarts
Quickstarts for the Red Hat Single Sign-On (SSO) Server
https://github.com/redhat-developer/redhat-sso-quickstarts
Last synced: 3 months ago
JSON representation
Quickstarts for the Red Hat Single Sign-On (SSO) Server
- Host: GitHub
- URL: https://github.com/redhat-developer/redhat-sso-quickstarts
- Owner: redhat-developer
- License: apache-2.0
- Created: 2016-05-26T17:24:16.000Z (over 9 years ago)
- Default Branch: 7.4.x
- Last Pushed: 2023-04-17T06:18:33.000Z (over 2 years ago)
- Last Synced: 2025-06-26T16:44:02.541Z (7 months ago)
- Language: Java
- Size: 1.89 MB
- Stars: 97
- Watchers: 20
- Forks: 117
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Red Hat SSO Quickstarts
Red Hat SSO is an Open Source Identity and Access Management solution for modern Applications and Services.
The quickstarts demonstrate securing applications with Red Hat SSO. They provide small, specific, working examples
that can be used as a reference for your own project.
## Help and Documentation
* [Documentation](https://www.keycloak.org/documentation.html)
* [User Mailing List](https://lists.jboss.org/mailman/listinfo/keycloak-user) - Mailing list for help and general questions about Keycloak
* [JIRA](https://issues.jboss.org/projects/KEYCLOAK) - Issue tracker for bugs and feature requests
## Reporting Security Vulnerabilities
If you've found a security vulnerability, please look at the [instructions on how to properly report it](http://www.keycloak.org/security.html)
## Reporting an issue
If you believe you have discovered a defect in the quickstarts please open an issue in our [Issue Tracker](https://issues.jboss.org/projects/KEYCLOAK).
Please remember to provide a good summary, description as well as steps to reproduce the issue.
## Getting started
To get started refer to the [getting started](docs/getting-started.md) guide.
### Writing Tests
To write tests refer to the [writing tests](docs/test-development.md) guide.
## Contributing
Before contributing to Keycloak please read our [contributing guidelines](CONTRIBUTING.md).
## Other Keycloak Projects
* [Keycloak](https://github.com/keycloak/keycloak) - Keycloak Server and Java adapters
* [Keycloak Documentation](https://github.com/keycloak/keycloak-documentation) - Documentation for Keycloak
* [Keycloak Docker](https://github.com/jboss-dockerfiles/keycloak) - Docker images for Keycloak
* [Keycloak Gatekeeper](https://github.com/keycloak/keycloak-gatekeeper) - Proxy service to secure apps and services with Keycloak
* [Keycloak Node.js Connect](https://github.com/keycloak/keycloak-nodejs-connect) - Node.js adapter for Keycloak
* [Keycloak Node.js Admin Client](https://github.com/keycloak/keycloak-nodejs-admin-client) - Node.js library for Keycloak Admin REST API
## License
* [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)