FriendsOfSymfony / FOSOAuthServerBundle

A server side OAuth2 Bundle for Symfony
1.09k stars 451 forks source link

Mark a client as trusted #566

Closed fxbt closed 3 years ago

fxbt commented 6 years ago

I'm using OAuth2 for internal service authentication and the authorization form is not needed.

This PR skips the authorization screen if the client is marked as trusted.

AKonnov commented 5 years ago

I agree with the @fxbt . This is useful functionality.