How to enable CORS Filter in OpenAM? #575
-
I have tried to refer this documentation to enable CORS configuration in the Ui. But the corresponding option isn't available in OpenAM (the same is available in ForgeRock AM). Is there the corresponding available, if not, any configuration steps to enable CORS filter? I am using OpenAM 14.7.1 image. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Current workaround which I have used is to disable CORS in Safari browser. |
Beta Was this translation helpful? Give feedback.
-
Hi, you need to uncomment the following lines in OpenAM/openam-server-only/src/main/webapp/WEB-INF/web.xml Lines 86 to 149 in da05a2f OpenAM/openam-server-only/src/main/webapp/WEB-INF/web.xml Lines 269 to 274 in da05a2f |
Beta Was this translation helpful? Give feedback.
Hi, you need to uncomment the following lines in
WEB-INF/web.xml
file in your OpenAM deployment and configure CORS filter parameters according to your needsOpenAM/openam-server-only/src/main/webapp/WEB-INF/web.xml
Lines 86 to 149 in da05a2f