Sign In

Welcome Back,

Signup/Login with your account

You must login to ask a question.

You must login to add post.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

  • 0
Mritunjay Singh
Beginner

Can I use Basic Auth as the authorization type in the REST API component of the Data Integration layer?

Can I use Basic Auth as the authorization type in the REST API component of the Data Integration layer?

Leave an answer

You must login to add an answer.

1 Answer

  1. Yes, you can use Basic Authentication in the REST API headers section using the format below:

    username: demousername
    password: demopassword

    When you use the keys “username” and “password,” the credentials will be automatically detected as Basic Authentication.

    For more information, please refer to the Data Integration Layer knowledge base at the following link:
    Reference Link