Auth adapter is a package that needs to be injected into Mosip's applications exposing REST API's inorder to secure them.
Add the Auth Adapter module to your project as a maven dependency
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-auth-adapter</artifactId>
<version>${project.version}</version>
</dependency>