Identity-Aware Proxy #5365
Replies: 2 comments 4 replies
-
@electroheadfx there doesn't appear to be any implementation for Google IAP which I'd imagine being called a next-auth/packages/next-auth/src/core/routes/callback.ts Lines 325 to 329 in 0e6c51a I'm interested in this as well, and I'd probably approach it as creating a custom next-auth/packages/core/src/lib/routes/callback.ts Lines 261 to 265 in 45f423e And if verified the middleware should then redirect the user to the originally requested URL after optionally using the People API to add details like photos beforehand. @balazsorban44, perhaps something like a |
Beta Was this translation helpful? Give feedback.
-
I opted to follow the example here https://github.com/vercel/examples/tree/main/edge-middleware/jwt-authentication instead of using NextAuth |
Beta Was this translation helpful? Give feedback.
-
Description 📓
is exist an implementation with Google Identity-Aware Proxy (IAP) ? I'm not sure to find it in the doc. I think its totally different implementation with Google Auth2 identity
How to reproduce ☕️
https://cloud.google.com/iap/docs/enable-external-identities
Contributing 🙌🏽
No, I am afraid I cannot help regarding this
Beta Was this translation helpful? Give feedback.
All reactions