Skip to content

Commit

Permalink
Merge pull request #29 from brettlangdon/master
Browse files Browse the repository at this point in the history
fixed for new github applications url
  • Loading branch information
mocleiri committed Aug 4, 2012
2 parents 89270ea + 0791e5f commit c3fcad0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A. GithubSecurityRealm:

This handles the authentication and acquisition of the github oauth token for the connecting user.

This takes the client id and client secret from the application registration here: https://github.com/account/applications/new
This takes the client id and client secret from the application registration here: https://github.com/settings/applications/new

The entry should look like this:

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/help/help-security-realm.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Authentication requires a valid OAuth application to be registered with github.com.
<br/>
Using your github account you can create a new application registration using this link:
<a href="https://github.com/account/applications/new">https://github.com/account/applications/new</a>
<a href="https://github.com/settings/applications/new">https://github.com/settings/applications/new</a>
<br/>

You can use any name you want but bear in mind this is what github will show to the users when they authenticate and authorize this plugin to act on their behalf.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/help/realm/client-id-help.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div>
The <b>Client ID</b> hash from the github application entry being configured. See <a href="https://github.com/account/applications">https://github.com/account/applications</a>.
The <b>Client ID</b> hash from the github application entry being configured. See <a href="https://github.com/settings/applications">https://github.com/settings/applications</a>.
</div>
2 changes: 1 addition & 1 deletion src/main/webapp/help/realm/client-secret-help.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div>
The <b>Client Secret</b> hash from the github application entry being configured. See <a href="https://github.com/account/applications">https://github.com/account/applications</a>.
The <b>Client Secret</b> hash from the github application entry being configured. See <a href="https://github.com/settings/applications">https://github.com/settings/applications</a>.
</div>

0 comments on commit c3fcad0

Please sign in to comment.