Skip to content
Snippets Groups Projects
Unverified Commit 077bae66 authored by Patrick's avatar Patrick Committed by GitHub
Browse files

Merge pull request #22 from dnmvisser/patch-3

Consistent terminology
parents f32e9e1a 19bd94fc
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ the expected OIDC/OAuth pattern. ...@@ -26,7 +26,7 @@ the expected OIDC/OAuth pattern.
# Creating Bitbucket OAuth Client # Creating Bitbucket OAuth Client
Bitbucket provides [documentation](https://confluence.atlassian.com/bitbucket/oauth-on-bitbucket-cloud-238027431.html). Follow the section related to 'Create a consumer' to create an OAuth consumer. Bitbucket provides [documentation](https://confluence.atlassian.com/bitbucket/oauth-on-bitbucket-cloud-238027431.html). Follow the section related to 'Create a consumer' to create an OAuth consumer.
You will need to add the correct redirect URI to your OAuth2 client in the Bitbucket console. Use a url of the form below, and set hostname, SSP_PATH and optionally port to the correct values. You will need to add the correct Callback URL to your OAuth2 client in the Bitbucket console. Use a URL of the form below, and set hostname, SSP_PATH and optionally port to the correct values.
https://hostname/SSP_PATH/module.php/authoauth2/linkback.php https://hostname/SSP_PATH/module.php/authoauth2/linkback.php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment