
nvttm (nvttm) asked a question.
Hello,
We attempted to integrate Okta AWS login using SWA, but it's not functioning correctly. The username value consistently overwrites the account ID input field.
The current Okta SWA plugin isn't performing as expected.
Could you suggest possible solutions or alternative ways to make this integration work through SWA only?

Assuming you have the Okta Plugin installed on your browser it should be pretty basic setup. Are you perhaps having a password manager plugin (lastpass, etc) or is the browser storing your credentials and that is perhaps what causing the issue?
We are using "Template Plugin App 3 Fields" for aws swa.
we are using "https://org.signin.aws.amazon.com/console" as login url
and using #username and #password for username and password field.
But when user is trying to login.
Then IAM username and password fields remain's blank.
Here is a post where someone had a similar issue a couple years ago but it does not seem like they found a fix. https://support.okta.com/help/s/question/0D54z00008KEE1aCAH/template-plugin-app-3-fields-failing-to-work?language=en_US
I went ahead and created a "Template Plugin App 3 Fields" SWA on one of my preview Okta tenants and was able to use the IAM URL and CSS selector values you provided and it worked fine. My guess is that you may not have noticed that the ....org.signin.aws.amazon.com... URL redirects to a different URL and that is probably why things get blanked. I had to add "https://us-east-2.signin.aws.amazon.com/" as the value for the "Redirect URL" field in the Okta app settings. I also set "Extra field selector" with a value of "#account", "Extra field value" with a value of "ABC" (bogus value) and "Login button" with value of "#signin_button".