How to Integrate OKTA OIDC and Application Redirect URI on EC2 Windows Instance

How to Integrate OKTA OIDC and Application Redirect URI on EC2 Windows Instance

  1. I have added OKTA as an IDP in AWS and all of the roles, tags and everything have been mapped on AWS for the application instance.
  2. Where we are stuck is two things. In OKTA on the OIDC configuration I have to add the application redirect URI to the OIDC configuration application. Does the app team have to create a redirect directory path on the EC2 web application? Where is the application redirect URI
  3. So first is how to configure the redirect URI for the application
  4. And secondly on the Windows EC2 instance we are replacing the current LDAP Authentication and I need to point the application login to the OIDC IDP that has been configured for the application account on AWS
  5. so in essence when they put the application URL in their browser it should invoke the OIDC IDP and we can then authenticate and authorize the user on the Okta OIDC Authorization server
  6. I hope this makes sense because I am stuck right now with this configuration
  7. Any help or guidance would be much appreciated.