Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Signed-off-by: mzico <mohib@gluu.org>
  • Loading branch information
mzico committed May 24, 2024
1 parent f6ba5ae commit 25eca08
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Server/integrations/casa_external_user/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,16 @@ This script integrate basic_multi_auth ( https://github.com/GluuFederation/oxAut
- This feature is only available from 4.5 and above.
- We need new CASA war to use this script for now:
- Download war: https://maven.gluu.org/maven/org/gluu/casa/4.5.4.Final/casa-4.5.4.Final.war
- Update your server with this war.
- Update your server with this war.
- Append new java parameter ( "-Dadmin.lock=/opt/gluu/jetty/casa/.administrable") in `/etc/default/casa`:
- `JAVA_OPTIONS="-server -Xms128m -Xmx846m -XX:+DisableExplicitGC -Dgluu.base=/etc/gluu -Dserver.base=/opt/gluu/jetty/casa -Dlog.base=/opt/gluu/jetty/casa -Dadmin.lock=/opt/gluu/jetty/casa/.administrable"`
- Restart oxauth, identity and casa service
- Use attached script in Person Authentication Script.

## If SuperGluu....

If you want to use SuperGluu in this whole setup, you have to:

- Download SG script from here ( https://raw.githubusercontent.com/GluuFederation/community-edition-setup/version_4.5.4/static/casa/scripts/casa-external_super_gluu.py ) and copy it inside `/opt/gluu/python/lib`
- Make sure to change permission to "jetty:gluu"
- Restart oxauth service.

0 comments on commit 25eca08

Please sign in to comment.