**Feature: Configure Amazon Web Services for Single Sign-On
**Description: In this documentation, we are attempting to configure Amazon SSO to use my Auth0 application. Everything goes smooth until the step “Map AWS role to a user” where we are attempting to create logic that automatically places a user into a specified role once they register. That step specifically uses RULES. Unfortunately, rules have just been deprecated. I have done some research, and according to Rueben on this post: Adding role on first login using Actions - #6 by brett2 It is no longer possible to set up such automation without using allotted machine-to-machine API calls. Missing such a basic feature is rather… unacceptable.
**Use-case: I am attempting to link Auth0 to AWS as my idP, and need to automatically map users to a specific role once they register WITHOUT using allotted API tokens.