Skip to content

jeckhart/keycloak_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Keycloak/Wildfly/Angular Example

When complete, I hope to show:

  • working keycloak server
    • public web app realm
    • bearer token service realm
    • LDAP user federation
    • themed login/account pages
    • user attribute mapping
  • sample angular application
    • keycloak login
    • call to sample services
  • keycloak protected JEE application
    • secure url - web.xml
    • secure ejb layer
    • access to keycloak access token and resources
  • Added nginx ssl reverse proxy

Setup

  • startup vagrant vm
  • build war files gradle clean build
    • creates serenity/build/libs/serenity.war
  • copy war files to vm for deployment
    • cp serenity/build/libs/serenity.war vm-keycloak/shared
    • cd vm-keycloak; vagrant ssh
    • sudo -u wildfly cp /shared/*.war /opt/jboss/wildfly/standalone/deployments
    • sudo service keycloak start
    • sudo service wildfly start
  • start cortex application
    • cd cortex
    • npm install
    • bower install
    • gulp serve
    • will launch app in browser
    • uses gulp/browser-sync

Running

  • login to keycloak with default admin/admin credentials
  • NOTE: you will need to set another admin password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.0%
  • Groovy 32.5%
  • HTML 12.8%
  • Ruby 2.2%
  • CSS 1.5%