Parse SAML IdP XML
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.0.25.14 (latest)
Calls to this endpoint may be denied by Looker (Google Cloud core).
Request
POST
/parse_saml_idp_metadata
Expand HTTP Body definition...
body
string
SAML IdP metadata xml
Response
200: Parse result
can
lock
object
Operations the current user is able to perform on this object
idp_issuer
lock
string
Identify Provider Issuer
idp_url
lock
string
Identify Provider Url
idp_cert
lock
string
Identify Provider Certificate
400: Bad Request
message
lock
string
Error details
documentation_url
lock
string
Documentation link
403: Permission Denied
message
lock
string
Error details
documentation_url
lock
string
Documentation link
404: Not Found
message
lock
string
Error details
documentation_url
lock
string
Documentation link
429: Too Many Requests
message
lock
string
Error details
documentation_url
lock
string
Documentation link
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Parse SAML IdP XML\n\nVersion 4.0.25.14 (latest)\n\n### Parse the given xml as a SAML IdP metadata document and return the result.\n\nCalls to this endpoint may be denied by [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview).\n\nRequest\n-------\n\nPOST /parse_saml_idp_metadata \nDatatype \nDescription \nRequest \nHTTP Request \nbody \nHTTP Body \nExpand HTTP Body definition... \nbody \nstring \nSAML IdP metadata xml\n\nResponse\n--------\n\n### 200: Parse result\n\nDatatype \nDescription \n(object) \n[SamlMetadataParseResult](/looker/docs/reference/looker-api/latest/types/SamlMetadataParseResult) \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nidp_issuer \n*lock* \nstring \nIdentify Provider Issuer \nidp_url \n*lock* \nstring \nIdentify Provider Url \nidp_cert \n*lock* \nstring \nIdentify Provider Certificate\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 403: Permission Denied\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link"]]