Overview: Nothing happens when clicking the Download metadata button even if SSO settings are correct. Steps to Reproduce:
Log into a FOLIO environment as admin.
Go to settings->organization->sso
Add data. Example data in screen shot below.
Save the metadata. Make sure no errors occur.
Hit F12 and network to see what happens in your browser behind the scenes.
Click the Download metadata button
Note that the Get request for {tenant_url}/saml/regenerate fires Expected Results: An xml file is delivered to the browser Actual Results: Nothing happens in the tenant. Looking in the Web browswe dev tools, you can see that the API endpoint delivers a json payload instead of an xml file.
I've tried this in both the snapshot-stable and the chalmers tenant, and the behaviour is the same in both environments.
Overview:
Nothing happens when clicking the Download metadata button even if SSO settings are correct.
Steps to Reproduce:
Log into a FOLIO environment as admin.
Go to settings->organization->sso
Add data. Example data in screen shot below.
Save the metadata. Make sure no errors occur.
Hit F12 and network to see what happens in your browser behind the scenes.
Click the Download metadata button
Note that the Get request for {tenant_url}/saml/regenerate fires
Expected Results:
An xml file is delivered to the browser
Actual Results:
Nothing happens in the tenant. Looking in the Web browswe dev tools, you can see that the API endpoint delivers a json payload instead of an xml file.
I've tried this in both the snapshot-stable and the chalmers tenant, and the behaviour is the same in both environments.