idsite-src icon indicating copy to clipboard operation
idsite-src copied to clipboard

Documentation Additions for Clarity

Open mdeggies opened this issue 9 years ago • 0 comments

It’s not 100% clear which URI’s to add to ‘Authorized redirect URIs’ in the documentation: http://docs.stormpath.com/guides/using-id-site/#setting-up-your-id-site

In the code examples, it isn’t clear that we need to manually redirect the user to the generated URI. In node, that would simply be a res.redirect(urI). Adding that to the example would make it easier to follow: http://docs.stormpath.com/guides/using-id-site/#setting-up-your-application-to-use-id-site

Note: There’s a res.writeHead example in a blog post that also works https://stormpath.com/blog/easy-single-sign-on-idsite

mdeggies avatar May 23 '16 22:05 mdeggies