Skip to content

Commit

Permalink
Merge pull request #9 from hmrc/API-1888
Browse files Browse the repository at this point in the history
API-1888 - Include all OpenID scopes and URL in documentation
  • Loading branch information
edinhodzic authored Sep 14, 2016
2 parents 4c4706d + cdaed74 commit 856c26b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"access" : @Json.toJson(access),
"endpoints":[
{
"uriPattern":"",
"uriPattern":"/",
"endpointName":"Get user info",
"method":"GET",
"authType":"USER",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>Authorisation</title>
<authorisation>
<type>USER</type>
<scope>openid</scope>
<scope>openid profile address openid:gov-uk-identifiers</scope>
</authorisation>
</section>
<section id="content-types">
Expand Down

0 comments on commit 856c26b

Please sign in to comment.