Use Laravel Socialite package. You can check this website to see if there is an implementation for server that you need.
Feb 18, 2021
3
Level 2
Laravel application with OAUTH2-Auth (as OAuth2 Client)
How can I tell a Laravel app that it is connecting to an existing OAuth2 server using this as a login?
I already have the relevant access data such as ClientID, password, etc.
Is there a suitable package for this?
Level 61
@killercookie you can't just put a random driver name and expect it to work.
Here is an article that explains how to create new providers.
Please or to participate in this conversation.