-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
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
UnknownSystemEntity exception #143
Comments
It looks like it's not finding idp config for an idp with entity id: http://127.0.0.1:81/ |
Given below is the IDP config:
IDP has no field for Entity ID. The entity ID https://127.0.0.1:81 is being fetched from DB which belong to SP i.e. Mautic. djangosmal2idp does not create any db tables for IDPs . |
I'm sorry to bother you, but I have also encountered the same problem as you. I don't know if you have solved it, and if so, how did you solve it? |
@yuyan075500 : I have resolved the error and published a sample django project here. The root cause is that the entity id definition should be valid and should be configured using the Service Providers in the admin panel. |
I am trying to implement SAML auth with Mautic(https://docs.mautic.org/en) as SP and my django app as IDP. I have added SP information using admin panel of Django app. However, when I try to login using IDP initiated login it gives me
UnknownSystemEntity
exception. How toresolve this? Given below is the stacktarce:The text was updated successfully, but these errors were encountered: