New User Unable to log in into Confluence

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

  • User can log into Jira and Stash, but not Confluence.
  • User get invalid username/password. error when they try to log in into Confluence.

 

原因

Crowd Authenticator is enable instead of Default Confluence Authenticator as you can see below:


 

ソリューション

Disable the Crowd Authenticator and enable Default Confluence Aunthenticator

  1. Shutdown your Confluence
  2. Go to <confluence-installation>/confluence/WEB-INF/classes
  3. You will see seraph-config.xml and open the file
  4. Find the below line and change it:
  • To Enable Default Confluence Aunthenticator

<!-- Default Confluence authenticator, which uses the configured user management for authentication. -->
<!-- <authenticator class="com.atlassian.confluence.user.ConfluenceAuthenticator"/> -->

change it to

<!-- Default Confluence authenticator, which uses the configured user management for authentication. -->
<authenticator class="com.atlassian.confluence.user.ConfluenceAuthenticator"/>

 

  • To Disable Crowd Authenticator

    <!-- Authenticator with support for Crowd single-sign on (SSO). -->
    <authenticator class="com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator"/>

    change it to

    <!-- Authenticator with support for Crowd single-sign on (SSO). -->
    <!-- <authenticator class="com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator"/> -->

  • Confluence を再起動します。

最終更新日: 2016 年 2 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.