Closed danielodievich closed 1 year ago
I made a mistake which parameter I logged for the OAuthNonce.
In https://github.com/Snowflake-Labs/sfsnowsightextensions/blob/main/Commands/Authentication/ConnectAppCommand.cs#L301 currently:
logger.Info("OAuthNonce={0}", deploymentSnowSightClientIDRedirectResult.Item1);
should be
// The nonce gets passed from the cookie logger.Info("OAuthNonce={0}", deploymentSnowSightClientIDRedirectResult.Item2);
Thanks, Daniel. I made the update. I will be creating a new release shortly.
I made a mistake which parameter I logged for the OAuthNonce.
In https://github.com/Snowflake-Labs/sfsnowsightextensions/blob/main/Commands/Authentication/ConnectAppCommand.cs#L301 currently:
should be