Version 4.0.24.14
Fetch the given url and parse it as a SAML IdP metadata document and return the result.
Note that this requires that the url be public or at least at a location where the Looker instance can fetch it without requiring any special authentication.
Calls to this endpoint may be denied by Looker (Google Cloud core).
Request
POST
/fetch_and_parse_saml_idp_metadata
Datatype
Description
Request
body
Expand HTTP Body definition...
body
SAML IdP metadata public url
Response
200: Parse result
Datatype
Description
(object)
can
lock
Operations the current user is able to perform on this object
idp_issuer
lock
Identify Provider Issuer
idp_url
lock
Identify Provider Url
idp_cert
lock
Identify Provider Certificate
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
403: Permission Denied
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link