Browse Source

SONAR-15426 Correct callback URL value

tags/9.2.0.49834
Wouter Admiraal 2 years ago
parent
commit
c93051ebb9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sonar-core/src/main/resources/org/sonar/l10n/core.properties

+ 1
- 1
sonar-core/src/main/resources/org/sonar/l10n/core.properties View File

@@ -1266,7 +1266,7 @@ property.category.almintegration.github.description=In order to enable authentic
property.category.almintegration.gitlab=GitLab Authentication
property.category.almintegration.gitlab.description=In order to enable GitLab authentication, the property 'sonar.core.serverBaseURL' must be set to the public URL
property.category.almintegration.bitbucket=Bitbucket Cloud Authentication
property.category.almintegration.bitbucket.description=In order to enable authentication on Bitbucket.org: <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</li><li>In your Bitbucket OAuth Consumer settings, 'Callback URL' must be set to <code>'&lt;value_of_sonar.core.serverBaseURL_property&gt;/oauth2/callback'</code>.</li></ul>
property.category.almintegration.bitbucket.description=In order to enable authentication on Bitbucket.org: <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</li><li>In your Bitbucket OAuth Consumer settings, 'Callback URL' must be set to <code>'&lt;value_of_sonar.core.serverBaseURL_property&gt;'</code>.</li></ul>
property.category.organizations=Organizations
property.category.security=Security
property.category.security.encryption=Encryption

Loading…
Cancel
Save