SUMGlobal / keycloak_demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 49.6%Language:Groovy 33.6%Language:HTML 13.2%Language:Ruby 2.1%Language:CSS 1.5%