auth0 / docs

Auth0 documentation
MIT License
371 stars 1.62k forks source link

Updates to AWS integration pages. #422

Open chriskeyser opened 9 years ago

chriskeyser commented 9 years ago

https://auth0.com/docs/integrations/aws

SSO with dashboard

Catografix commented 8 years ago

for " Add at the start to turn on delegation for the application (Click the Addons tab, and enable Amazon Web Services.)" - is that in addition to SAML2 or in place of?

ntotten commented 8 years ago

@chriskeyser Can you take this from here? We need to move on to other docs and this is taking up a lot of time.

mpaktiti commented 8 years ago

@chriskeyser @ntotten Hi, is this still pending? Should I create trello cards for the non-checked items of this list?

chriskeyser commented 8 years ago

To be honest we should probably do a pass on AWS if we haven't recently. In a year something has changed.

On Thu, Aug 18, 2016 at 7:54 PM, Maria Paktiti notifications@github.com wrote:

@chriskeyser https://github.com/chriskeyser @ntotten https://github.com/ntotten Hi, is this still pending? Should I create trello cards for the non-checked items of this list?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/auth0/docs/issues/422#issuecomment-240891622, or mute the thread https://github.com/notifications/unsubscribe-auth/ABsH9GTzKGwt-GVi7tze61wOuobqisyUks5qhPDTgaJpZM4GD9Wh .

mpaktiti commented 8 years ago

Thanks @chriskeyser , I'll check with our QA team and make sure they do, if they haven't done this already.

mpaktiti commented 8 years ago

The issue was assigned to TechAid (AUTH-3321) so they can test if the docs are up-to-date and valid or updates are needed.

jotadepicas commented 7 years ago

Hi everyone, I've been following this article con AWS delegation: https://auth0.com/docs/integrations/aws, and at the bottom of the page there's a code example on how to do it using auth0.js.

In that example, both principal, and role parameters are passed on the options object, but since a security fix addressed here: https://auth0.com/forum/t/aws-delegation-fails-missing-principal/2766/4, that does not work anymore. Now you have to set them through a rule.

Although this is mentioned somewhere in the middle of the article, I would change this example to make more evident that this code does not work out of the box, and that the rules approach is mandatory whether you are using auth0.js or not.