Це відео не доступне.
Перепрошуємо.

How to set up Amazon Cognito for federated authentication using Azure AD to authenticate users

Поділитися
Вставка
  • Опубліковано 23 січ 2023
  • You have your application running in AWS ECS fargate container behind AWS ALB. All users are part of Azure AD and you want to authenticate users before they can access your application. You can configure AWS Cognito for federated identity provider Azure AD. This way the users will be redirected to Azure login page to authenticate before accessing the application.
    Reference: aws.amazon.com...
    Check this for AWS ALB setup with AWS Cognito - • Authenticate users usi...

КОМЕНТАРІ • 7

  • @premkumarmani1380
    @premkumarmani1380 5 місяців тому +1

    do you have terraform script to perform the same ?

  • @realmovies1122
    @realmovies1122 Рік тому +2

    Sir, Can you please make a video, How to implement JWT token for our secure load balancer

    • @raaviblog105
      @raaviblog105  Рік тому

      sure...very soon I will make on this.

    • @raaviblog105
      @raaviblog105  Рік тому +1

      Have you checked - ua-cam.com/video/8Xvlubinftk/v-deo.html
      What are you looking for with jwt token and aws ALB? Is your expectation to use AWS ALB to authenticate user with OIDC and then pass JWT tokens (access tokens and claims) to the backend application to validate claims and signature.

  • @apshivaram
    @apshivaram 9 місяців тому

    If there is no user present in AZ AD, is there a way I can prompt for register user or guest user login such that user is created in AZ AD?
    If so, should we create a custom component that should be hosted on AWS or is there any other way to achieve this?

  • @louislaw299
    @louislaw299 Рік тому +1

    great video. At 9:39, where does the callback URLs come from?

    • @raaviblog105
      @raaviblog105  Рік тому

      callback url can be anything where authorization code will be sent. If AWS ALB is used for authentication of user then this callback url should be something like /oauth2/idpresponse. In my case I have created a CNAME record test.raaviblog.com pointing to DNS of ALB. That is why it looks like test.raaviblog.com/oauth2/idpresponse. You can check more details here - docs.aws.amazon.com/elasticloadbalancing/latest/application/listener-authenticate-users.html