laravel-azure-ad-oauth icon indicating copy to clipboard operation
laravel-azure-ad-oauth copied to clipboard

Fix exception usage and ability to add params to the code request link

Open grothentor opened this issue 6 years ago • 0 comments

Docs for Azure oath have listed additional parameters that you can pass to the link for request an authorization code, f.e.: "prompt" - using to change which user interactions are required. you might force users to fill their creds or opposite login only when no interactions is needed... "login_hint" - prefill for login "domain_hint" - prefill for domain and some others.

grothentor avatar Sep 30 '19 15:09 grothentor