DataConnector | ComponentOne
ADO.NET provider for OData / Authentication
In This Topic
    Authentication
    In This Topic

    Supported Authentication methods for OData

    The OData provider does not support any authentication method by default. It means the OData service does not require authentication credentials to access its resources. Users can access the OData service without providing any form of authentication, making it suitable for scenarios where authentication is not necessary or where public access to data is permissible.

    To authenticate with the provider for the OData service, provide the URL of the OData service endpoint. Since no authentication is required, no additional steps or configurations are needed to access the resources provided by the OData service. Users can directly access the specified URL to interact with the OData service and retrieve the desired data. This minimal configuration approach simplifies the authentication process and allows for easy access to OData resources without needing authentication credentials.

    Connection properties used on each type of authentication

    No authentication

    1. Url: Specifies the URL of the OData service.