cancel
Showing results for 
Search instead for 
Did you mean: 

ODATA windows/integrated authentication

Miro_Marek
Explorer
1,083

is it possible to use OData in V17 with authentification set to database with Windows authentification? I try to get HTTP request with DefaultCredentials from Windows, but Always get error "not authorized". Same if I use new NetworkCredential(username, password, domain) but it works with new NetworkCredential(username, password) Domain is probably not a part of Basic authentification.

Accepted Solutions (1)

Accepted Solutions (1)

philippefbertrand
Participant
0 Kudos

Sorry, at this time the OData server only support basic authentication. NetworkCredential cannot be supplied.

Answers (0)