For the troubleshooting we're doing now, nothing is changed "by hand" in the gluu server config files.
However, during troubleshooting on my own earlier, I did try to modifiy ```opt/shibboleth-idp/conf/idp.properties``` by changing
```
idp.authn.flows = RemoteUser
```
to
```
idp.authn.flows = Password|RemoteUser
```
The result was somewhat interesting.... When accessing the URL to my protected site I got redirected to the IDP as usual. After providing the credentials, I got a new redirect to ```https://<idp>/idp/profile/SAML2/Redirect/SSO?execution=e1s2``` and then providing the credentials again, I reached the protected page. So it worked - sort of. But as I had to manually change idp.properties and I got "double" authentication" it didn't seem the right path. I have uploaded screenshots of the steps outlined above to the dropbox share as step{1,2,3}.png
Thanks
Bjørn