Inhalte aufrufen

Profilbild

WebAPI ODate with OData Connected service and HMAC

webapi odata hmac

  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
1 Antwort zu diesem Thema

#1 TripleNico

TripleNico

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 124 Beiträge

Geschrieben: 03 October 2019 - 08:42

Dear,

 

We have a middleware app that want's te consume the WebAPI OData service. Since it's OData we want to use the Microsoft OData Connected service (Like 50M other developers) This is a powerfull platform making it possible to work in minutes with a OData Rest service. However on the WebApi of SmartStore uses HMAC for security. This is not implemented in the OData Connected Service so i was wondering how we have to use/injest the HMAC part with the OData Connected Service, or in another light: the webserver is inhouse and protected by specific network restriction, is it possible to disable the HMAC for local network?



#2 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3801 Beiträge

Geschrieben: 03 October 2019 - 10:11

For security reasons, there is no way to completely disable authentication. You'd have to replace WebApiAuthenticateAttribute completely.


Marcus Gesing

Smartstore AG