[keycloak-dev] Keycloak-Initial configuration

Stian Thorgersen stian at redhat.com
Tue Mar 17 01:36:10 EDT 2015



----- Original Message -----
> From: "Prakhash siva" <prakhashsiva21 at gmail.com>
> To: "Bill Burke" <bburke at redhat.com>, "Giriraj Sharma" <giriraj.sharma27 at gmail.com>
> Cc: "keycloak-dev" <keycloak-dev at lists.jboss.org>
> Sent: Tuesday, March 17, 2015 6:07:09 AM
> Subject: Re: [keycloak-dev] Keycloak-Initial configuration
> 
> Hi , Do I have to do anything in addition to mvn compile after I have done
> some changes in the files. I couldn't observe any changes after editing some
> files(Tried to observe changes after editing some Html files too). I think
> it is working from cache. Is it possible ?
> 
> Steps I Followed.
> 1. Made changes in some files
> 2. executed mvn compile
> 3. started KeycloakServer using IDE

Set -Dresources when you start KeycloakServer and it'll load FreeMarker templates, html files, stylesheets, etc from sources instead of JARs. You also either have to disable Browser cache in your browser or you can tweak max-age in keycloak-server.json.

> 4. Localhost:8081/auth
> 
> Thanks
> 
> On Mon, Mar 16, 2015 at 11:55 PM, Bill Burke < bburke at redhat.com > wrote:
> 
> 
> AccountService and account theme is where you should implement this.
> IMO, also, this action shouldn't delete the user, but rather disable it.
> Once a user is deleted it becomes harder to develop an audit trail.
> 
> On 3/16/2015 1:49 PM, Prakhash siva wrote:
> > Hi, When using the keycloak how can we identify how the URL pattern
> > works. i.e if I'm going to work on the bug KEYCLOAK-953 Allow a user to
> > delete his own account I should identify how the user creation and
> > deletion works.is < http://works.is > there is any specific URL mappings
> > or way to identify classes related that
> > 
> > Can you explain how URL execution performed according to the request
> > 
> > Thanks
> > 
> > On Mon, Mar 16, 2015 at 9:59 AM, Prakhash siva < prakhashsiva21 at gmail.com
> > <mailto: prakhashsiva21 at gmail.com >> wrote:
> > 
> > Thanks Giriraj, I will configure it and let you know. I think it
> > will be really helpfull
> > 
> > On Mon, Mar 16, 2015 at 8:56 AM, Giriraj Sharma
> > < giriraj.sharma27 at gmail.com <mailto: giriraj.sharma27 at gmail.com >> wrote:
> > 
> > Hi,
> > Keycloak source has KeycloakServer.java [1] in
> > testsuite-integration module. It will let you run keycloak
> > locally with JPA or Mongo model.
> > This[2] might help you in running keycloak locally at
> > localhost:8081/auth
> > 
> > 
> > [1]
> > https://github.com/keycloak/keycloak/blob/master/testsuite/integration/src/main/java/org/keycloak/testutils/KeycloakServer.java
> > [2]
> > https://github.com/keycloak/keycloak/tree/master/testsuite/integration
> > 
> > Thanks,
> > 
> > On Sun, Mar 15, 2015 at 10:36 PM, Prakhash siva
> > < prakhashsiva21 at gmail.com <mailto: prakhashsiva21 at gmail.com >> wrote:
> > 
> > Hi all, I'm Prakhash From Sri Lanka. I'm willing to
> > contribute keycloak. I have cloned the keycloak repository
> > but I could not figure out the initial configurations I need
> > to do. I was able to find many tutorials saying how to
> > configure keycloak with specific application but I believe
> > it is not for keycloak development as a contributor. So can
> > you please help me to do the initial configurations. I'm
> > using ubuntu
> > 
> > Thanks
> > 
> > --
> > /*Sivakumar Prakhash*/
> > /*Undergraduate*/
> > /*Computer Science & Engineering*/
> > /*University of Moratuwa.*/
> > 
> > 
> > 
> > _______________________________________________
> > keycloak-dev mailing list
> > keycloak-dev at lists.jboss.org
> > <mailto: keycloak-dev at lists.jboss.org >
> > https://lists.jboss.org/mailman/listinfo/keycloak-dev
> > 
> > 
> > 
> > 
> > --
> > Giriraj Sharma
> > about.me/girirajsharma
> > 
> > < http://about.me/girirajsharma?promo=email_sig >
> > 
> > Giriraj Sharma,
> > Department of Computer Science
> > National Institute of Technology Hamirpur
> > Himachal Pradesh, India 177005
> > 
> > 
> > 
> > 
> > --
> > /*Sivakumar Prakhash*/
> > /*Undergraduate*/
> > /*Computer Science & Engineering*/
> > /*University of Moratuwa.*/
> > 
> > 
> > 
> > 
> > 
> > --
> > /*Sivakumar Prakhash*/
> > /*Undergraduate*/
> > /*Computer Science & Engineering*/
> > /*University of Moratuwa.*/
> > 
> > 
> > 
> > 
> > _______________________________________________
> > keycloak-dev mailing list
> > keycloak-dev at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/keycloak-dev
> > 
> 
> --
> Bill Burke
> JBoss, a division of Red Hat
> http://bill.burkecentral.com
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev
> 
> 
> 
> --
> Sivakumar Prakhash
> Undergraduate
> Computer Science & Engineering
> University of Moratuwa.
> 
> 
> 
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev


More information about the keycloak-dev mailing list