Skip to content

Commit

Permalink
bruker riktig scope, ks:fiks
Browse files Browse the repository at this point in the history
  • Loading branch information
andvikne committed Oct 28, 2019
1 parent 4749def commit b5be382
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ public void setAuthenticationHeaders(Request request) {
}

private String getAccessToken() {
return maskinportenklient.getAccessToken("ks");
return maskinportenklient.getAccessToken("ks:fiks");
}
}

0 comments on commit b5be382

Please sign in to comment.