-
Anant started the topic OpenAM maven repo question in the forum General Discussion 5 years, 8 months ago
Hi,
For my Maven builds, I was using http://maven.forgerock.org/repo/releases/org/forgerock/openam/openam-core/13.0.0-SNAPSHOTI see that the SNAPSHOT file is gone in the repo. I’d like to know what its current equivalent file is – 13.0.0 or 13.0.0-RC9 or something else?
Thanks!
Anant -
Anant started the topic OpenAM maven repo question in the forum General Discussion 5 years, 8 months ago
Hi,
For my Maven builds, I was using http://maven.forgerock.org/repo/releases/org/forgerock/openam/openam-core/13.0.0-SNAPSHOTI see that the SNAPSHOT file is gone in the repo. I’d like to know what its current equivalent file is – 13.0.0 or 13.0.0-RC9 or something else?
Thanks!
Anant -
Anant started the topic maven.forgerock.org down? in the forum General Discussion 5 years, 9 months ago
Hi,
I’m trying to use maven repo http://maven.forgerock.org
I get timeout error:INFO: I/O exception (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException) caught when processing request to {}->http://maven.forgerock.org:80: The target server failed to respond
-
Anant's profile was updated 5 years, 10 months ago
-
Anant started the topic Authorize/Authenticate in the forum Access Management 5 years, 10 months ago
Hi,
Without authenticating, I call /openam/oauth2/authorize with a GET (tried POST as well).
I get a 301 in the response pointing to /openam/json/authenticate, which I understand.My question is: if I successfully authenticate at above link, OpenAM doesn’t “go back”/redirect itself to the authorize URL.
(Copying the tokenId obtained from authN…[Read more]