Skip to content
Snippets Groups Projects
Rory Larson's avatar
Rory Larson authored
Resolve "Change entityID and ACS URLs for existing Secoda integration"

Closes #325

See merge request !444
9df092f5
History

Metadata

Publicly available service provider (SP)metadata for Nebraska identity providers (IdP's).

In order to validate XSD your VS Code settings.json file needs to include:

"xml.fileAssociations": [
        {
            "pattern": "nefed.xml",
            "systemId": "docs.oasis-open.org_security_saml_v2.0_saml-schema-metadata-2.0.xsd"
        }
    ],

assuming you have the RedHat XML extension (which you should).