Hey @faint-helmet-53309
To enforce a certain AAL for users accessing a particular API, you would need to implement this logic in your API or in a service that sits between Ory Oathkeeper and your API. This service would check the AAL of the user (which can be included in the session token) and decide whether to grant access based on the AAL.
Remember that the AAL is set during the user's session, so it's not something that Ory Oathkeeper can enforce on its own without additional logic.