External IDP 登録
    • PDF

    External IDP 登録

    • PDF

    Article Summary

    External SAML IDPを作成します。

    リクエスト

    • POST /tenant/saml-idp

    リクエスト Body

    {
        "idpSigninUrl": "string",
        "idpIssuerUrl": "string",
        "idpCert" : "string",
        "signRequestAlgorithm": "string",
        "signResponseAlgorithm" : "string",
        "protocolBinding" : "string",
    }
    
    パラメータ要否タイプ説明制約事項
    signRequestYBooleanAuthnRequestへの署名有無
    idpSigninUrlYStringIdp SigninUrl最大1000文字
    idpIssuerUrlYStringIdp IssuerUrl最大1000文字
    idpCertYStringIdp Cert最大2000文字
    signRequestAlgorithmNStringsignRequestAlgorithmsignRequestが trueの場合、必須(SHA-1、SHA-256)
    signResponseAlgorithmYStringsignResponseAlgorithm(SHA-1, SHA-256)
    protocolBindingYStringprotocolBinding(HTTP-POST, HTTP-REDIRECT)

    レスポンス

    レスポンスボディ

    {
        "success" : true
    }
    
    パラメータ要否タイプ説明制約事項
    successYBoolean成否

    エラー

    以下のエラーコードは、このアクション(Action)で発生する特徴的なエラーです。エラーレスポンス形式は Error Responseをご参照ください。
    よく発生するエラーについての詳細は、NAVER Cloud Platform APIをご参照ください。

    HTTP status codeエラーコードエラーメッセージ
    400400不正なリクエストです。
    4009020登録された Identity Providerが存在します。

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.