I am currently using keycloak for SAML/SSO as a adpater to Wildfly. To configure keycloak I created a keycloak-saml.xml
and put it into the WEB-INF
folder of my application (web module/war). In this file, there is a Keys/key structure for signing and encryption and to set the location of my keystore.
I haven't found any details on this resource tag. I found a sample in the documentation with resource="/WEB-INF/keystore"
. But what if I want to use a different location than WEB-INF
? Is that possible?
Can anybody give me a sample what this looks like?
Or should I just stick to the sample location?
Can anybody give me some advice?
question from:
https://stackoverflow.com/questions/66060740/keycloak-wildfly-adapter-settings-keystore-location 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…