Created
August 10, 2022 19:21
-
-
Save vvgsrk/3b092b8dcdf8c228aa065297d442f357 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Testing connection to Data Platform - Snowflake | |
You appear to have entered invalid credentials. Please confirm you are using the correct information for an administrative account. | |
Error code: SystemForCrossDomainIdentityManagementCredentialValidationUnavailable | |
Details: We received this unexpected response from your application: | |
Received response from Web resource. | |
Resource: https://XXXXXXXXX.eu-central-1.snowflakecomputing.com/scim/v2/Groups?excludedAttributes=members&filter=displayName+eq+"AzureAD_Test-7bfddc58-2c65-44a8-b556-3fd6bf9d7763" | |
Operation: GET | |
Response Status Code: Forbidden | |
Response Headers: Strict-Transport-Security: max-age=31536000 | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
Connection: keep-alive | |
Date: Wed, 25 May 2022 07:09:00 GMT | |
Response Content: <!DOCTYPE html> | |
<html lang="en-US"> | |
<head> | |
<title>Forbidden</title> | |
<style media="screen" type="text/css"> | |
.ErrorContainer { | |
width: 650px; | |
margin: 100px auto; | |
background: #f5f5f5; | |
padding: 44px; | |
border-radius: 7px; | |
-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25); | |
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25); | |
} | |
body{ | |
color: #565656; | |
background:#00BBE6; | |
margin: 0; | |
font: 100%/1.8 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment