Update contrib/docs/tutorials/aws-alb-aad-oidc-auth.md

Co-authored-by: Tim <timbonicus@gmail.com>
Signed-off-by: Marco Crivellaro <marco.crive@gmail.com>
This commit is contained in:
Marco Crivellaro
2021-04-08 23:46:44 +02:00
committed by Marco Crivellaro
parent c59c131905
commit 3eb5825045
@@ -105,7 +105,7 @@ const app = createApp({
### Backend
When using ALB auth it is not possible to leverage the built-in auth config discovery mechanism implemented in the app created by default: a bespoke logic needs to be implemented.
When using ALB auth it is not possible to leverage the built-in auth config discovery mechanism implemented in the app created by default; bespoke logic needs to be implemented.
- replace the content of `packages/backend/plugin/auth.ts` with the below