Hi Jose,
Am 30.04.25 um 21:07 schrieb Jose Blanco:
> I'm wondering if anyone has implemented ip authentication. I'm not
> able to get it to work.
we are using this for a long time know…
>
> This is where you indicate to dspace to put certain users in a group
> based on their ip address.
>
> What I am seeing is that because of ssr, the code fails to put the
> user in the group because it gets called from the server side first
> with an ip that is different from the ip on the client side.
I've tried it with a working DSpace 8.1 here, and it worked like expected.
The client ip address is detected by the backend anyway (javascript
can't do it w/o calling an API).
Did you define the exactly same group names in DSpace group management
and the authentication-ip.cfg ?
Did you enable "org.dspace.authenticate.IPAuthentication" ?
Michael