Hello,
I am trying to use Openedx as a service provider and our custom site as an identity provider.
I added SAML Idp and saml configuration but when I ran the below command, it showed error as below:
./manage.py lms saml --pull --settings=devstack
Error:
CommandError: Command finished with the following exceptions:
MetadataParseError: IDPSSODescriptor missing
Can someone point out if I am missing anything ?