WTFender / aws-sso-extender

Browser Extension for AWS SSO / Identity Center
https://wtfender.com/posts/aws-sso-extender
MIT License
55 stars 9 forks source link

Color for the AWS console is not being set until I click on extension icon #43

Closed ardaozceviz closed 1 year ago

ardaozceviz commented 1 year ago

Extension Version

1.4.4

Description

The colors set for the different accounts within the extension are not being reflected on the actual AWS console. The correct color is reflected only when you click on the extension icon after being redirected to AWS console.

Steps to reproduce

  1. Assign a color for an account form the extension.
  2. Click on the hyperlink from the extension which you set the color.
  3. You will be redirected to AWS consoloe with the default color (not the one you selected from the extension).
  4. Now, click on the extension icon on the browser and see the correct color will be set.

Browsers

Firefox

OS

Mac

WTFender commented 1 year ago

I’ll check this out later today.

This behavior typically means the extension doesn’t have permissions to run on the console URL.

Could you take a screenshot of your extension permissions?

On Mon, Jun 12, 2023 at 10:41 AM Arda Özceviz @.***> wrote:

Extension Version

1.4.4 Description

The colors set for the different accounts within the extension are not being reflected on the actual AWS console. The correct color is reflected only when you click on the extension icon after being redirected to AWS console.

Steps to reproduce

  1. Assign a color for an account form the extension.
  2. Click on the hyperlink from the extension which you set the color.
  3. You will be redirected to AWS consoloe with the default color (not the one you selected from the extension).
  4. Now, click on the extension icon on the browser and see the correct color will be set.

Browsers

Firefox OS

Mac

— Reply to this email directly, view it on GitHub https://github.com/WTFender/aws-sso-extender/issues/43, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3SA57UVY35WRTSOV7CNILXK42CNANCNFSM6AAAAAAZDSG22I . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ardaozceviz commented 1 year ago

Hey, thanks a lot. It was like you said, due to missing permission. Now it works!