We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As raised in comments in #87, it would be useful to view the XML metadata that will be sent to the iDP. This is a comment utility: simpleSAMLphp provides it in its web console (Federation tab -> Show metadata), and the Drupal module implementation provides a dedicated route at /saml/metadata (https://git.drupalcode.org/project/samlauth/-/blob/8.x-3.x/README.md?ref_type=heads#service-provider).
/saml/metadata
Add XML output of the resulting metadata for onelogin/php-saml (the "internal" connection), available at /saml/metadata.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Background
As raised in comments in #87, it would be useful to view the XML metadata that will be sent to the iDP. This is a comment utility: simpleSAMLphp provides it in its web console (Federation tab -> Show metadata), and the Drupal module implementation provides a dedicated route at
/saml/metadata
(https://git.drupalcode.org/project/samlauth/-/blob/8.x-3.x/README.md?ref_type=heads#service-provider).Proposal
Add XML output of the resulting metadata for onelogin/php-saml (the "internal" connection), available at
/saml/metadata
.The text was updated successfully, but these errors were encountered: