Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] How to programatically authenticate/login to the Orion server?

Basic Authentication was removed from the build and is now used only in
tests.
To authenticate using form authentication you should send

POST: /login/form?login=LOGIN&password=PASS
with additional header Orion-Version: 1

best regards,
Malgorzata Janczarska
Software Developer
IBM SWG Lab. Cracow. Poland

IBM Polska Sp. z o.o. oddział w Krakowie
ul. Armii Krajowej 18,
30-150 Kraków

NIP: 526-030-07-24
Sąd Rejonowy dla m.st. Warszawy, XII Wydział Gospodarczy KRS
KRS 0000012941, Kapitał Zakładowy: 33.000.000 PLN



From:	Timur Sungur <timurhan.s@xxxxxxxxx>
To:	orion-dev@xxxxxxxxxxx,
Date:	2013-08-20 23:37
Subject:	[orion-dev] How to programatically authenticate/login to the
            Orion	server?
Sent by:	orion-dev-bounces@xxxxxxxxxxx



Hi,

I'm developing a client application which uses Orion services based on
its REST Api however due to authentication problems, I cannot go any
further.

Is the basic HTTP authentication still supported? Whenever I try to
enable it, I receive an exception: Authentication service is missing!,

If not how can authenticate pragmatically, i.e., using HTTP requests
from my client?

Regards,

Timur
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev





Back to the top