Compare commits
No commits in common. "main" and "1.0.0-rc.0" have entirely different histories.
main
...
1.0.0-rc.0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Rails.application.config.to_prepare do
|
|||
api_key = ApiKey.active.with_key(token).first
|
||||
allowed = false
|
||||
if api_key
|
||||
allowed = api_key.api_key_scopes.empty? || api_key.api_key_scopes.any? { |s| s.resource == "scim" || s.action == "access_scim_endpoints" }
|
||||
allowed = api_key.api_key_scopes.any? { |s| s.resource == "scim" || s.action == "access_scim_endpoints" }
|
||||
end
|
||||
allowed
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue