Question:
Is it possible to attach OpenID Connect to Laravel Passport? As I understand it, for some reason, the scope will return a JWT token (token_id) with some information about the user. Can someone tell me an article on how to implement this in Laravel
Answer:
https://darutk.medium.com/oauth-2-0-and-openid-connect-implementation-in-laravel-authlete-4d32802ab335 I think you needed this article) The authlete-laravel library is used here