Thanks Jaisuryan for help
Now I have fixed this issue. After changing the default value (1) of ume.logon.security.relax_domain.level to 2 I am able to login to IDM Developer studio plugins.
Fix-
- Go to NWAportal http://localhost:port/nwa
- Configuration -> Infrastructure -> JAVA System Properties
- Select Services and search for UME under sevice component name
- Select Property User Management Engine - com.sap.security.core.ume.service
- In the Extended properties, search for ume.logon.security.relax_domain.level under name
- Select ume.logon.security.relax_domain.level
- Click on modify
- Enter Custome Value 2 and click on Set
- Restart the SAP
It will fix the issue.
The ume.logon.security.relax_domain.level allows to specify the number of sub-domains that the Java AS should remove from the domain in the URL when setting the domain attribute of the MYSAPSSO2 cookie
This allows some control over where the browser will send the cookie.
For example, if the value is 1 and the logon ticket is issued by the Java Application Server myserver.mycountry.mycompany.com, the logon ticket is valid for all servers in the domain mycountry.mycompany.com. A value of 2 and the logon ticket is valid for all servers in the domain mycompany.com
Regards,
C Kumar
Message was edited by: C Kumar