stevenmaguire / oauth2-microsoft

Microsoft OAuth 2.0 support for the PHP League's OAuth 2.0 Client
MIT License
66 stars 41 forks source link

Change scope separator into space #29

Open marcriemer opened 3 months ago

marcriemer commented 3 months ago

A comma for scope separator causes problems when scopes as URL like https://ps.outlook.com/.default are used. With a space it works well.