Skip to content

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.

Clone this wiki locally