-
Notifications
You must be signed in to change notification settings - Fork 2
Authorization page
Äkwav edited this page May 12, 2017
·
1 revision
The Authorization page can be accessed with two urls:
/authorize/{{AppID}}/{{authType}}/{{scope}}
/oauth?client_id={{AppID}}&authorization_type={{authType}}&scope={{scope}}
The first one looks cooler and isn't that long
The second one is the standard url parameter driven way of calling it, you may use this if you have already implemented other OAuth2 servers in your application.