Questions tagged [netiq]

NetIQ Corp. is a security management software company. Some of its products are Access Manager, AppManager, Secure Configuration Manager, Sentinel, and Identity Manager.

NetIQ Corp. is a security management software company.

Its portfolio includes solutions for managing Security & Compliance, Identity & Access, and Performance & Availability.

Its flagship products are Access Manager, AppManager, Secure Configuration Manager, Sentinel, and Identity Manager.

18 questions
4
votes
1 answer

Spring boot + oauth2 + HttpClientErrorException 401 Unauthorized

I'm using the spring boot tutorial as a base (https://spring.io/guides/tutorials/spring-boot-oauth2/) to test Oauth2. However, my auth server isn't facebook, it's Netiq Access Manager (NAM). I managed to be redirected to NAM login page, but after…
fsakiyama
  • 337
  • 3
  • 13
2
votes
2 answers

How to use uuid:randomUUID() in policy builder @Novell

I want to use predefined method of java using java.util.UUID:randomUUID() for 046b6c7f-0b8a-43b9-b35d-6489e6daee91 in place of CN, but when i use this code in my policy, then it gives me com\.novell\.xsl\.extensions\.JavaObject@4c7261af in place of…
user3441151
  • 1,880
  • 6
  • 35
  • 79
1
vote
0 answers

I'm struggling to install netiq framewark manager

I just installed netiq pam manager in my windows server 2016 but I'm struggling on how to reach the web console. I tried to go to https://ip-adress but always give me 404 error I disabled the firewall completely but still no luck Thanks
ab qum
  • 11
  • 2
1
vote
1 answer

Novell IDM Apple Open Directory LDAP Driver

I have been looking for information or examples of how to setup an IDM driver for Apple Open Directory. The articles I have found don't give much detail and pretty much no actual technical content. I am using the LDAP driver and can connect and…
JediPotPie
  • 1,068
  • 3
  • 14
  • 21
1
vote
1 answer

Is there any reason okta-oidc-js packages would not work for any OIDC IDP?

I'm implementing a React web application and the choice of IDP wont be made for a while. I need to implement authentication now and use Azure B2C until a final determination is made regarding IDP. What ever the final IDP is, it will support the…
Eli Pulsifer
  • 713
  • 9
  • 25
1
vote
1 answer

integration of Mobilefirst Platform with NETIQ IDAM

I tried to Authenticate the mobile user on IDAM-LDAP via NetIq. But for that we need some of the service or mechanism in which we can verify directly send our username and password and that will be validated by NetIq via LDAP. I tried with simple…
attu
  • 11
  • 2
1
vote
1 answer

Novell Identity Manager (NIM) 3.6: How to make an image part of the resources for HTML reports?

This question might not belong here, and since this is related to HTML and reporting, I thought I could ask nonetheless. I'm currently working to list all of the user identities in Designer for Identity Manager, by Novell. I used the User…
Will Marcouiller
  • 23,773
  • 22
  • 96
  • 162
1
vote
1 answer

AAVERIFY in NSL

While using AAVERIFY wihtout any arguments like AAVERIFY ?Result I am not being prompted for a passwrd, it directly throws me the result as false. Does anybody have any idea about this. It was working and suddenly now it skips the prompt of asking…
bubbles
  • 11
  • 2
1
vote
1 answer

Using PowerShell to query eDirectory

I have working VBScript that searches eDirectory Set dso = GetObject("LDAP:") Dim pwd pwd = "NotTellingU!" Set objConnection = CreateObject("ADODB.Connection") objConnection.Provider = "ADsDSOObject" objConnection.Open "Active Directory Provider",…
oldDavid
  • 176
  • 1
  • 8
1
vote
1 answer

Driver health configuration disturbing SOAP driver

I have implemented a solution based on Novell/NetIQs Identity Manager's SOAP driver. There is a driver health job too and a driver health configuration on my SOAP driver. There is a query query-driver-ident at driver startup and regulary when the…
Claude
  • 1,724
  • 3
  • 17
  • 46
1
vote
1 answer

Does with level "retry" block any other event from being processed?

I have a NetIQ (Novell) IDM 4.0.1 driver. In a policy I have a rule with level retry. Does this retry block any other event from being processed? From the logic of the application the event for (A) can not be processed until the object…
Claude
  • 1,724
  • 3
  • 17
  • 46
0
votes
1 answer

Is possible the integration between Keycloak and NetIQ Access Manager with SAML protocol

I'm working on a project that includes AWS ec2, Amazon Connect, Keycloak, and NetIQ Access Manager. At this moment I successfully created a SSO mechanism to connect users to Amazon Connect by using Keycloak. I have done this by following these…
0
votes
1 answer

XSL displaying operation-data values

I have the following document that enters an NetIQ IDM policy: DirXML NetIQ Corporation
user33814
  • 11
  • 2
0
votes
0 answers

XSL: Displaying attributes of the current node

I am using NetIQ's Identity Manager. I want to modify the return response to display all of the attributes of the current node. The current node is a user ID which will be different 99.999% of the time. I found the section of code to where I can…
user33814
  • 11
  • 2
0
votes
1 answer

Weblogic Service Provider with NetIq Identity Manager

I'm trying to configure a Service Provider on Weblogic 12c.2.1, pointing to NetIq Identity Manager. Also, i'm trying to deploy a simple jsp app to test it. As of now, this is what i've done: Weblogic Created an Authentication Provider (Security…
fsakiyama
  • 337
  • 3
  • 13
1
2