Skip to content

DNXLabs/docker-aws-azure-ad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-aws-azure-ad

Security Lint

This container is used to perform AWS SSO using Azure AD. The image was bases on https://github.com/sportradar/aws-azure-login

It exports the AWS vars to the /work/.env

How to use

Inside the docker-compose

services:
  azure-auth:
      image: dnxsolutions/docker-aws-azure-ad:1.0.0
      volumes:
        - ./.env.auth:/work/.env
      environment:
        - AZURE_TENANT_ID
        - AZURE_APP_ID_URI

This image requires two Azure AD environemnt variables
- AZURE_TENANT_ID, to check the correct value, please log in into Azure portal -> AD -> Tenant ID is displayed
- AZURE_APP_ID_URI, to check the correct value, please log in into Azure portal -> AD -> Enterprise Applications -> Amazon Web Services (AWS)  -> Application ID is displayed