Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #14 from arulrajnet/fix-13
Browse files Browse the repository at this point in the history
Proper callback url in plugin description
  • Loading branch information
InfoSec812 authored Jan 14, 2019
2 parents 68c7d71 + 14b3f54 commit 3c2016b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.sonarqube.auth.google</groupId>
<artifactId>sonar-auth-googleoauth-plugin</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.3-SNAPSHOT</version>
<packaging>sonar-plugin</packaging>
<name>Google Authentication for SonarQube</name>
<inceptionYear>2016</inceptionYear>
Expand Down
8 changes: 3 additions & 5 deletions src/main/resources/org/sonar/l10n/authgoogleoauth.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand All @@ -18,6 +18,4 @@
# #L%
###
property.category.security.googleoauth=Google
property.category.security.googleoauth.description=In order to enable Google authentication:<ul><li>SonarQube must be publicly accessible through HTTPS only</li><li>The property 'sonar.core.serverBaseURL' must be set to this public HTTPS URL WITHOUT A TRAILING SLASH</li><li>In your Google developers console, you need to create a set of credentials for a web application which the 'Callback URL' must be set to <code>'&lt;value_of_sonar.core.serverBaseURL_property&gt;/oauth2/callback'</code>, and enable READ access to the Google+ API.</li></ul>


property.category.security.googleoauth.description=In order to enable Google authentication:<ul><li>SonarQube must be publicly accessible through HTTPS only</li><li>The property 'sonar.core.serverBaseURL' must be set to this public HTTPS URL WITHOUT A TRAILING SLASH</li><li>In your Google developers console, you need to create a set of credentials for a web application which the 'Callback URL' must be set to <code>'&lt;value_of_sonar.core.serverBaseURL_property&gt;/oauth2/callback/googleoauth'</code>, and enable READ access to the Google+ API.</li></ul>

0 comments on commit 3c2016b

Please sign in to comment.