Difference between revisions of "SimpleSAMLphp"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→Metadata endpoint location) |
||
Line 11: | Line 11: | ||
=== Metadata endpoint location === | === Metadata endpoint location === | ||
− | + | Task: make the endpoint render here: | |
* sodexo.meyers.com/federationmetadata.xml | * sodexo.meyers.com/federationmetadata.xml | ||
+ | |||
+ | Question: | ||
+ | |||
+ | * The name "federationmetadata.xml" is standard in the Windows .NET developer world | ||
+ | * We are doing the same thing in the Apache world | ||
+ | * Is there any reason to not use the name "federationmetadata.xml" ?? | ||
=== Resources === | === Resources === |
Revision as of 09:58, 21 October 2015
SimpleSAMLphp is an application written in native PHP that deals with authentication.
Contents
Current tasks
Metadata endpoint contents
Configure metadata:
- ...
Metadata endpoint location
Task: make the endpoint render here:
- sodexo.meyers.com/federationmetadata.xml
Question:
- The name "federationmetadata.xml" is standard in the Windows .NET developer world
- We are doing the same thing in the Apache world
- Is there any reason to not use the name "federationmetadata.xml" ??