Difference between revisions of "SimpleSAMLphp"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→Metadata endpoint contents) |
Karl Jones (Talk | contribs) (→See also) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | '''SimpleSAMLphp''' is an application written in native [[PHP]] that deals with | + | '''SimpleSAMLphp''' is an application written in native [[PHP]] that deals with authentication. |
− | == | + | == Configuration tasks == |
=== Metadata endpoint contents === | === Metadata endpoint contents === | ||
Line 16: | Line 16: | ||
Task: make the endpoint render here: | Task: make the endpoint render here: | ||
− | * | + | * ... |
Question: | Question: | ||
Line 31: | Line 31: | ||
* [[More SimpleSAMLphp notes]] | * [[More SimpleSAMLphp notes]] | ||
+ | |||
+ | |||
+ | [[Category:PHP]] | ||
+ | [[Category:SimpleSAMLphp]] |
Latest revision as of 18:34, 24 April 2016
SimpleSAMLphp is an application written in native PHP that deals with authentication.
Contents
Configuration tasks
Metadata endpoint contents
Endpoint XML contains default fields.
Questions:
- What additional fields (if any) do we need to configure?
- Which fields? Where?
Metadata endpoint location
Task: make the endpoint render here:
- ...
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" ??