You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
When a certificate or Key files are uploaded using DOS format file, the SAML configuration is not able to process it, when clicking on Download SP Metadata it got redirected to a blank page.
Steps to reproduce the behavior:
Create certs using DOS format file (usually windows or using vim change it by typing :set ff=dos)
Add New SAML Configuration, fill the required fields and upload the cert/key files created on step 1
Save the Configuration.
Click on Download SP Metadata on the Config created on step 2
Expected behavior
Get the SP Metadata instead of blank page.
Screenshots
N/A
Desktop (please complete the following information):
OS: Any
Browser: Any
Version: Any
Workaround
Create the files as unix format or change them before upload for example using vim by typing :set ff=unix
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When a certificate or Key files are uploaded using DOS format file, the SAML configuration is not able to process it, when clicking on Download SP Metadata it got redirected to a blank page.
Steps to reproduce the behavior:
:set ff=dos
)Expected behavior
Get the SP Metadata instead of blank page.
Screenshots
N/A
Desktop (please complete the following information):
Workaround
Create the files as unix format or change them before upload for example using vim by typing
:set ff=unix
The text was updated successfully, but these errors were encountered: