You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we can only have one access-checker; to combine multiple access-checkers one should implement a new plugin. It is probably better to let multiple access-checkers be provided and they will be checked in the order provided. For example, a setup might be ACCESS_CHECKER=patient,list,backend where a provided Bearer token is first checked against the SMAR-on-FHIR patient access-checker. If it fails the check, then it will be checked against the ListAccessChecker, etc.
The text was updated successfully, but these errors were encountered:
Currently we can only have one access-checker; to combine multiple access-checkers one should implement a new plugin. It is probably better to let multiple access-checkers be provided and they will be checked in the order provided. For example, a setup might be
ACCESS_CHECKER=patient,list,backend
where a providedBearer
token is first checked against the SMAR-on-FHIR patient access-checker. If it fails the check, then it will be checked against theListAccessChecker
, etc.The text was updated successfully, but these errors were encountered: