Coder Social home page Coder Social logo

illes / keycloak Goto Github PK

View Code? Open in Web Editor NEW

This project forked from keycloak/keycloak

0.0 1.0 0.0 122.74 MB

Open Source Identity and Access Management For Modern Applications and Services

Home Page: http://www.keycloak.org

License: Other

Shell 0.24% Java 82.60% JavaScript 7.80% HTML 3.55% Batchfile 0.03% AMPL 0.02% XSLT 0.27% CSS 4.24% Groovy 0.02% FreeMarker 0.53% Dockerfile 0.01% Scala 0.25% TypeScript 0.43%

keycloak's Introduction

Keycloak

Open Source Identity and Access Management for modern Applications and Services.

For more information about Keycloak visit Keycloak homepage and Keycloak blog.

Building

Ensure you have JDK 8 (or newer), Maven 3.1.1 (or newer) and Git installed

java -version
mvn -version
git --version

First clone the Keycloak repository:

git clone https://github.com/keycloak/keycloak.git
cd keycloak

To build Keycloak run:

mvn install

This will build all modules and run the testsuite.

To build the distribution run:

mvn install -Pdistribution

Once completed you will find distribution archives in distribution.

To build only the server run:

mvn -Pdistribution -pl distribution/server-dist -am -Dmaven.test.skip clean install

Starting Keycloak

To start Keycloak during development first build as specified above, then run:

mvn -f testsuite/utils/pom.xml exec:java -Pkeycloak-server 

To start Keycloak from the server distribution first build the distribution it as specified above, then run:

tar xfz distribution/server-dist/target/keycloak-<VERSION>.tar.gz
cd keycloak-<VERSION>
bin/standalone.sh

To stop the server press Ctrl + C.

Reporting security vulnerabilities

If you've found a security vulnerability, please look at the instructions on how to properly report it

Help and Documentation

  • Documentation - User Guide, Admin REST API and Javadocs
  • User Mailing List - Mailing list to ask for help and general questions about Keycloak
  • JIRA - Issue tracker for bugs and feature requests

Contributing

License

keycloak's People

Contributors

ammendonca avatar aszc avatar cardosogabriel avatar foo4u avatar gautric avatar gerbermichi avatar girirajsharma avatar hmlnarik avatar junezhang avatar lkubik avatar martin-kanis avatar matzew avatar mhajas avatar mposolda avatar mstruk avatar patriot1burke avatar pdrozd avatar pedroigor avatar raehalme avatar rkraujutis avatar sebastienblanc avatar ssilvert avatar stianst avatar thomasdarimont avatar tkyjovsk avatar tnorimat avatar velias avatar vmuzikar avatar vramik avatar wadahiro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.