Esri / geoportal-server-catalog

Esri Geoportal Server is a next generation open-source metadata catalog and editor, based on elasticsearch.
https://www.esri.com/en-us/arcgis/products/geoportal-server/overview
Apache License 2.0
93 stars 59 forks source link

Geoportal application does not work with ArcGIS Enterprise if portal user has large number of groups #533

Open as0050629 opened 2 months ago

as0050629 commented 2 months ago

Describe the bug Geoportal application does not work if user has large number of groups.

For example: user has more than 210 groups. When this user logs in Geoportal, token becomes too long like 14KB. So all GET requests start failing with this token

Need to investigate if all GET requests can be changed to POST.

Customer version - 2.6.5

as0050629 commented 2 months ago

https://www.example.com/geoportal/elastic/metadata/item/_search?access_token=xxxxxxx This request is failing due to GET.

as0050629 commented 2 weeks ago

This is fixed in 2.6.5 with branch 2.6.5_533Fix and branch 2.7.2