Confluence free login configuration

In the Jira Service Management project, the mobile terminal needs to input the user name and password when accessing? If there is a knowledge base of authentication configuration in the configuration file, the mobile terminal can access directly without entering the user name and password.

  1. Configuration free login instructions:

(1)Need login:

 

(2)Set up free login

 

  1. Please check whether the plug-in is installed in confluence. If not, install the plug-in package first, as shown in the picture below:

 

  1. Configure the application link, as shown in the figure

  • URL:Fill in the address of weChatToolKits and click to create a new link

 

  • Outgoing Authentication

 

 

Application Name:Required,(Suggest :weChatToolKits)

Application Type:Default,No need to modify (Generic Application)

Service Provider Name:Any value(Suggest:shdsd)

Consumer key:Consistent with the keywords used in incoming authentication

Shared secret:Any value (Suggestion: consistent consumer key)

Request Token URL: Confluence baseURL+/plugins/servlet/oauth/request-token

Access token URL: Confluence baseURL+/plugins/servlet/oauth/access-token

 Authorize URL:Confluence baseURL+/plugins/servlet/oauth/oauth/authorize

 Create incoming link:Checked (must be checked,otherwise the incoming verification may not be created)

  • Incoming Authentication

 

Customer keyword:Consistent with the keywords used in outgoing authentication

Customer Name:Any value(Suggest:shdsd)

Public key:Jira Public key

Please check whether the transfer base configuration is configured with Confluence website connection (baseUrl), as shown in the picture below:

 

 

  • Get Token information

(1)Please open the browser and stitch the URL in the webpage: transfer service address +/confluenceUser/getAdminRequestToken to get requestToken

 

Supplement: The transfer service address is the deployed weChatToolKits address such as:http://sd.vipgz1.idcfengye.com/weChatToolKits

(2)Copy authorizeUrl to a new window to open, click Allow to get the verification code information, as shown in the picture below:

 

(3)Parameter splicing to get the complete accessToke:

Link address: weChatToolKits address +/confluenceUser/getAdminAccessToken/requestToken (see (1))/verification code

Example : http://sd.vipgz1.idcfengye.com/weChatToolKits/confluenceUser/getAdminAccessToken/AjQR337R7sxp3IqXledP43lmJuVfToRR/ii9uM2

 

3.Stop weChatToolKits service (tomact), fill in the newly obtained accessToken in the configuration file, and restart, as shown in the picture below: