Skip to content

Commit

Permalink
Adds hydra.introspect to required tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas committed Dec 11, 2017
1 parent 1aa2404 commit b66462a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/helper_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func getHydraSDK() hydra.SDK {
ClientID: viper.GetString("HYDRA_CLIENT_ID"),
ClientSecret: viper.GetString("HYDRA_CLIENT_SECRET"),
EndpointURL: viper.GetString("HYDRA_URL"),
Scopes: []string{"hydra.warden", "hydra.keys.*"},
Scopes: []string{"hydra.introspect", "hydra.warden", "hydra.keys.*"},
})

if err != nil {
Expand Down

0 comments on commit b66462a

Please sign in to comment.