-
aazeem100 replied to the topic Access Denied error to forgerock's private release repo via maven in the forum General Discussion 5 years, 1 month ago
I was able to download the artifacts from private-releases repo by generating the API key from https://maven.forgerock.org/repo/webapp/#/profile and passing it as a value for “X-JFrog-Art-Api” header. The other change I had to make was to add our organization’s proxy information to <proxies> tag in settings.xml.
Here is my <server> entry in…[Read more]
-
aazeem100 started the topic Access Denied error to forgerock's private release repo via maven in the forum General Discussion 5 years, 2 months ago
Hi,
I am able to access http://maven.forgerock.org/repo/private-releases/ from the web browser after entering my backstage credentials, but when i try to access it from maven, i am getting the following Access Denied error:
Could not transfer artifact org.forgerock.opendj:opendj-parent:pom:3.5.2 from/to forgerock-private-releases…[Read more]
-
aazeem100 started the topic is isAlive.jsp the best way to check if openam is configured? in the forum Access Management 5 years, 5 months ago
What’d be the best/right way to check if openam is configured programmatically?
I was thinking about calling the /openam/isAlive.jsp and check if response has a HttpStatus code of 302 (redirect to /openam/config/options.htm) or 200. Would this be the correct way to do it?
-
aazeem100 replied to the topic OpenAM Rest Endpoints for user provisioning and authentication in the forum Access Management 5 years, 5 months ago
I assume you don’t want to use a servlet filter like solution to intercept the request/response for /users call?