Skip to content

Commit

Permalink
[SHIBUI-808]
Browse files Browse the repository at this point in the history
test configuration
  • Loading branch information
jj committed Sep 26, 2018
1 parent a484de2 commit a866483
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pac4j-module/src/test/docker/conf/application.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
server:
port: 8443
ssl:
key-store: "/conf/keystore.p12"
key-store-password: "changeit"
keyStoreType: "PKCS12"
keyAlias: "tomcat"
shibui:
pac4j:
keystorePath: "/conf/samlKeystore.jks"
keystorePassword: "changeit"
privateKeyPassword: "changeit"
serviceProviderEntityId: "https://unicon.net/shibui"
serviceProviderMetadataPath: "/conf/sp-metadata.xml"
identityProviderMetadataPath: "/conf/idp-metadata.xml"
forceServiceProviderMetadataGeneration: true
callbackUrl: "http://localhost:8080/callback
callbackUrl: "https://localhost:8443/callback"
maximumAuthenticationLifetime: 3600000
logging:
level:
org.pac4j: "TRACE"
org.opensaml: "INFO"

0 comments on commit a866483

Please sign in to comment.