You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After the popup opens and okta requests the username and the push notification has been confirmed, the popup tries to redirect to AWS but it is unable to. The screen just displays a loading spinner and doesn't do anything more. I've used the same URL that it is displayed directly inside a browser and it does the exact same thing unless I remove the /# that is inside the url.
To Reproduce
Steps to reproduce the behavior:
Install Zulu and this library through the normal process
Inside the ~/.okta/config.properties only add the OKTA_ORG and OKTA_AWS_APP_URL with the necessary information
Run the command okta-aws test sts get-caller-identity
Fill the user & click Continue
Click on the button to Verify (any of them does the same) and click Continue
Wait for the redirects
See error
Expected behavior
The popup should continue with the process to allow the selection of the aws account and role
Screenshots
Additional context
This is running on an Apple M2 with Zulu (Java 11.0.23, Zulu 11.72.19) as recommended by a couple of posts to solve issues with the M1.
Okta was connected to AWS by our internal security team, so I am unsure of the actual configuration we have
My AWS user is connected to 6 different AWS accounts with different roles in each of them
The text was updated successfully, but these errors were encountered:
Describe the bug
After the popup opens and okta requests the username and the push notification has been confirmed, the popup tries to redirect to AWS but it is unable to. The screen just displays a loading spinner and doesn't do anything more. I've used the same URL that it is displayed directly inside a browser and it does the exact same thing unless I remove the
/#
that is inside the url.To Reproduce
Steps to reproduce the behavior:
~/.okta/config.properties
only add theOKTA_ORG
andOKTA_AWS_APP_URL
with the necessary informationokta-aws test sts get-caller-identity
Expected behavior
The popup should continue with the process to allow the selection of the aws account and role
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: