Introduction
ADSP is a broad set of API based services that help accelerate application development by providing solutions to common development problems such as:
- Generating PDF documents tailored to specific needs,
- Managing files and access permissions
- Managing tasks
- Monitoring services
- Securing your applications
- etc.
The Access Service is concerned with security, and is based on Keycloak and the OIDC authentication protocol. Keycloak, in DDD, it is used for granting user access to applications and for granting applications access to the various ADSP services. The latter is the subject of this tutorial.
Learn More
-
Learn about tenants and realms.
-
Learn how to configure a Keycloak client to gain access to the ADSP services.
-
Learn how to secure API calls, and how ADSP API security works.
-
Learn how to access the ADSP APIs from the front-end (browser)
-
Learn how to customize the Keycloak login page to match your application’s theme.