application.name confluence
application.password confluence
application.login.url http://localhost:8095/crowd/console/session
crowd.server.url http://localhost:8095/crowd/services/
crowd.base.url http://localhost:8095/crowd/app
session.isauthenticated session.isauthenticated
session.tokenkey session.tokenkey
session.validationinterval 2
session.lastvalidation session.lastvalidationurl
application.name myjira
application.password zhaosen0
application.login.url http://localhost:8095/crowd/console/server
crowd.server.url http://localhost:8095/crowd/services/
crowd.base.url http://localhost:8095/crowd/token
session.isauthenticated session.isauthenticated
session.tokenkey session.tokenkey
session.validationinterval 2
session.lastvalidation session.lastvalidationget
<!-- Default Confluence authenticator, which uses the configured user management for authentication. -->
<!-- <authenticator class="com.atlassian.confluence.user.ConfluenceAuthenticator"/> -->it
<!-- Custom authenticators appear below. To enable one of them, comment out the default authenticator above and uncomment the one below. -->io
<!-- Authenticator with support for Crowd single-sign on (SSO). -->
<authenticator class="com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator"/>console
jira修改配置,關閉jira認證,啓用SSOast
<!-- CROWD:START - If enabling Crowd SSO integration uncomment the following SSOSeraphAuthenticator and comment out the JiraSeraphAuthenticator below -->
<!---->
<authenticator class="com.atlassian.jira.security.login.SSOSeraphAuthenticator"/>
<!-- CROWD:END -->
<!-- CROWD:START - The authenticator below here will need to be commented out for Crowd SSO integration --> <!--<authenticator class="com.atlassian.jira.security.login.JiraSeraphAuthenticator"/> --> <!-- CROWD:END -->