authentication - How to limit an AWS service to an organisation's users maintained by the Google Suite? -


i'm confused how authenticate @example.com employee, in order allow access internal service https://stage.example.com. user experience want; employee click "login google" button (preferably automatically log user in) , instantly have access based on his/her login email.

what need implement?

basically want away having duplicated users in aws iam. want canonical source of users in company https://admin.google.com/adminhome#userlist

the idea being, when employee leaves company, ex-employee removed , access https://stage.spuul.com & such internal services withdrawn.

aws has step step documentation explaining setup here aws & google apps federation

saml need setup


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -