Replies: 2 comments
-
I think this is something that would need to be configured via OIDC directly. Here is relevant documentation: https://docs.aws.amazon.com/verified-access/latest/ug/oidc-provider.html
|
Beta Was this translation helpful? Give feedback.
-
We're just using the native IAM Identity Center OIDC, so I'm not sure if that applies unfortunately. When I look in the console under VPC I can't see any verified trust providers listed |
Beta Was this translation helpful? Give feedback.
-
I'm using
boto3.client("sso-oidc", region_name=settings.AWS_REGION).start_device_authorization()
. I get the url from the response with"verificationUriComplete"
. I'm already logged in via my start url and then when I navigate to the verificationUriComplete address I see:I click through to get:
What I'm wondering is whether there's a way to redirect back to my site, rather than force the user to do this manually?
Beta Was this translation helpful? Give feedback.
All reactions