How to handle unauthenticated case when using user profile method? #3535
Unanswered
victor-ivanov
asked this question in
Q&A
Replies: 1 comment
-
@victor-ivanov Good afternoon. Thanks for starting the discussion. Looks like you are using SSO profile. To use SSO profile, one needs to be authenticated via Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using
AWSSDK.Extensions.NETCore.Setup
package to authenticate with AWS services.It throws following error if user is not authenticated via aws cli
Is it possible to make this code throw some kind of
UnauthenticatedException
if user is not logged in into cli? Or should I handle this specificSystem.ArgumentNullException
as no auth case?Beta Was this translation helpful? Give feedback.
All reactions