lunedì 1 febbraio 2016
Openam - create and configure authentication module
cp oauth.jar /opt/tomcat/webapps/openam/WEB-INF/lib/
cp amAuth.properties /opt/tomcat/webapps/openam/WEB-INF/classes/
cp Auth.xml /opt/tomcat/webapps/openam/config/auth/default/
vi /tmp/pwd.txt
> secret12
chmod 400 /tmp/pwd.txt
chown user /tmp/pwd.txt
./ssoadm create-svc -u amadmin -f /tmp/pwd.txt -X /home/user/...Auth.xml
./ssoadm register-auth-module -u amadmin -f /tmp/pwd.txt -a "com.boh.authentication.modules.oauth.Auth"
Iscriviti a:
Post (Atom)
How to deploy Podman images to OpenShift Container Platform (CRC on localhost)
I have a microservice on localhost and I want to deploy its Podman image on OCP, which I am running using CRC on localhost. 1. Get the...
-
Precondizione: La precondizione di un metodo e' una condizione che deve essere verificata prima che quel metodo sia invocato. Le preco...
-
My intent is to configure SSO on Keycloak and Liferay. I have createad a docker-compose environment with Keycloak: #####################...