I'm building a java rest client. How I can perform an autenthication to
Foreman with its API?
Sorry for my ignorance.
> I'm building a java rest client. How I can perform an autenthication to
> Foreman with its API?
> Sorry for my ignorance.
Foreman supports both basic auth (based under ssl) and oauth.
hope this helps,
Ohad
ยทยทยท
On Tue, Apr 2, 2013 at 12:34 PM, Euclideo wrote: > > -- > You received this message because you are subscribed to the Google Groups > "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to foreman-users+unsubscribe@googlegroups.com. > To post to this group, send email to foreman-users@googlegroups.com. > Visit this group at http://groups.google.com/group/foreman-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > >I recently wrote a java rest client using resteasy. What I did for basic
http authentication:
https://github.com/vnugent/joreman/blob/master/src/main/java/org/vnguyen/joreman/HTTPHelper.java
ยทยทยท
On Tuesday, April 2, 2013 2:34:12 AM UTC-7, Euclideo wrote: > > I'm building a java rest client. How I can perform an autenthication to > Foreman with its API? > Sorry for my ignorance.Does this still apply to version 1.23?
Nothing has changed in that regard.
1 Like