Fix a typo in auth-services-overview.adoc (#1023)

This commit is contained in:
kinrany 2021-11-10 10:43:49 +03:00 committed by GitHub
parent 4d43128465
commit 46e1f9d742
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ mechanisms such as:
* **Rule-based access control**
** Using JavaScript
* **Time-based access control**
* **Support for custom access control mechanisms (ACMs) through a Policy Provider Service Provider Interface (SPI)**
* **Support for custom access control mechanisms (ACMs) through a Service Provider Interface (SPI)**
{project_name} is based on a set of administrative UIs and a RESTful API, and provides the necessary means to create permissions
for your protected resources and scopes, associate those permissions with authorization policies, and enforce authorization decisions in your applications and services.