Examples of SimpleSAMLPhp working with Canvas?

pburney
Community Novice

Hi all,

I'm working on a new Canvas Integration project for my company and still trying to figure things out. Are there examples of a SimpleSAMLPhp and Canvas integration available for the PHP web application running as an IDP? For example, here's an integration guide from okta for running SimpleSAMLPhp as an SP:

SimpleSAMPphp | Okta Developer 

The point I'm currently stuck on is trying to get my IdP Metadata URI saved to the Canvas interface. When I try to save it, I get this error: CanvasHTTP:InsecureURIError (which disappears when I click on it).

The URI doesn't seem to be insecure:

https://devcollab.lexia-dev.com/lexiasaml/saml2/idp/metadata.php 

So I'm not sure if this is perhaps an incorrect error message. I couldn't find much else on the web about this error other than that it's trying to filter out localhost IPs from this commit:

filter out localhost and local ips from canvashttp (3855fc4a) · Commits · Griffin College / canvas-l... 

Any assistance you can offer would be much appreciated. Thanks!

-Paul

0 Likes