Skip to content

Commit

Permalink
fix(api): remove hardcoded offline_access scope
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored Dec 11, 2023
1 parent 151c586 commit e3ea6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
apiAllScopes = "offline_access company_external_api core_platform:read core_platform:write"
apiAllScopes = "company_external_api core_platform:read core_platform:write"
)

type Endpoint struct {
Expand Down

0 comments on commit e3ea6cf

Please sign in to comment.