[keycloak-dev] creating a realm UI

Bill Burke bburke at redhat.com
Tue Sep 3 10:10:11 EDT 2013


I was thinking about this a little more.  What does an admin need to 
create an initial social or SSO realm?  Minimally for 1st application?

* Name of Realm
* Name of Application
* Credentials for Application (password)
* Enable Social
* Enable Registration

So, initial page could be:

New Realm Name: xxxxxxx
Social X Registration X

<Secure an App Link/Button>

By default Social/Registration is checked for our Openshift Cartridge as 
there's a high probability users want a social server.  For Keycloak 
downloads, Social/Registration is unchecked by default as these users 
probably want this for their Intranet.

Clicking the <Secure an App> link or button brings you to the new 
application creation page.

New Application Name: XXXXXXXX
Base URL:  XXXXXXXX

Credentials
Password: XXXXXX
Repeat Password:  XXXXX

<SAVE> <CANCEL>

Clicking <SAVE> brings you to the application page:

Application Name: FOOBAR
Base URL: http:://foobar.com/app

<Secure WAR for JBoss EAP 6.1>
<Secure WAR for Wildfly 8.0>
<Secure WAR for Tomcat>
<Secure for Rails>
<Secure PHP>
etc....

Clicking on one of the links brings you to an informational page:

Page: CONFIGURING FOOBAR APPLICATION
<h3> JBoss EAP 6.1 </h3>

Place the following keycloak.json file in your WAR's META-INF directory

|Shows a json file|

Edit your jboss-web.xml file and add the following valve configuration
|Shows an XML file|

Download Resteasy 3.x

-- 
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com


More information about the keycloak-dev mailing list