-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
NEW
-
NEW
-
Undefined
-
-
2021 Week 13-15 (from Mar 29), 2021 Week 16-18 (from Apr 19), 2021 Week 19-21 (from May 10), 2021 Week 22-24 (from May 31), 2021 Week 25-27 (from Jun 21), 2021 Week 28-30 (from Jul 12), 2021 Week 31-33 (from Aug 2)
details :
In RHPAM 7.10 when we try to execute business-central REST API through swagger it display login page in place of popup
As a workaround, I have asked the customer to modify below tag
From:
~~~~
<login-config>
<auth-method>BASIC?silent=true,FORM</auth-method>
<form-login-config>
~~~~
To:
~~~~
<login-config>
<auth-method>BASIC?silent=false,FORM</auth-method>
<form-login-config>
~~~~
After this modification, login form will not be displayed even if I try to access business-central console.
In place of login form, popup will open.
- clones
-
RHPAM-3560 Popup window for user/password not opened while executing business-central REST API through swagger
- Closed