Hmm not really, this is the basis. The link above have more details about the request made.
But your link is the reason why i have security concern :
Once you are prepared to grant access to the user, you must forward certain parameters you can gather from the URL in step 2 above. Specifically, you must forward the user to the following URL:
GET[‘base_grant_url’] + “?continue_url=” + GET[‘user_continue_url’]
Where the following parameters are extracted from the user’s original query or specified by you:
base_grant_url = https://n##.meraki.com/splash/grant
user_continue_url = http://google.com
In the case of the example above the assembled URL would be:
https://n##.meraki.com/splash/grant?continue_url=http://google.com
Is it that simple ? No security tokens ? No challenge between your splash page and the meraki granting page ? No way to prove that the user got through your page and filled your form ? I may have missed something...