Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Tool-free automated provisioning of AWS Enterprise applications in Azure Active Directory with SAML SSO configuration.

Notifications You must be signed in to change notification settings

JayDoubleu/azure-aws-enterprise-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-aws-enterprise-app

⚠️ ARCHIVED: This repository was created when there was no automation available to create AWS Enterprise Apps on Azure for AWS SSO authentication. This functionality is now available through various methods and tools like Terraform, making this repository obsolete.

Creates AWS Enterprise app on Azure

Requirements:

  • azure-cli (pip install azure-cli)
  • az command in $PATH
  • logged in to azure (az login)
usage: create.py [-h] [--appname APPNAME] [--appdesc APPDESC] [--email EMAIL]
                 [--accountid ACCOUNTID] [--accesskey ACCESSKEY]
                 [--secretkey SECRETKEY]

Creates AWS Enterprise app on Azure

optional arguments:
  -h, --help            show this help message and exit
  --appname APPNAME     Application name
  --appdesc APPDESC     Application description
  --email EMAIL         SAML Signing Certificate Notification Email
  --accountid ACCOUNTID
                        AWS Account ID
  --accesskey ACCESSKEY
                        AWS Access Key ID
  --secretkey SECRETKEY
                        AWS Secret Access Key

About

Tool-free automated provisioning of AWS Enterprise applications in Azure Active Directory with SAML SSO configuration.

Resources

Stars

Watchers

Forks

Languages