I have a shibboleth service provider with Apache httpd and the id is sent to me the attributes.
So, I am able to retrieve the custom attributes from https://mysp/Shibboleth/Session, all what i need is to send a request from the front-end (ReactJs) to this link and get all attributes.
Now, we are going into the production environment, but this way to retrieve attributes from the session is not recommended for production env.
So do you know a way to retrieve the attributes of the authenticated user and forward the data to the front-end apps?
Thank you in advance