diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2006-12-16 09:47:16 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2006-12-16 09:47:16 +0000 |
| commit | e87094e76a943711957910f450cfb36f1fe560ba (patch) | |
| tree | 8d39d61f9f693a1759152b1fbb9a253647b4f882 /docs/reference | |
| parent | 48b682c74636deb6036669ae04dc3c1a3ab0de02 (diff) | |
| download | lasso-e87094e76a943711957910f450cfb36f1fe560ba.tar.gz lasso-e87094e76a943711957910f450cfb36f1fe560ba.tar.xz lasso-e87094e76a943711957910f450cfb36f1fe560ba.zip | |
Added (and documented) new members to snippet, necessary to fix namespace for
saml:AuthnContextClassRef used in samlp:RequestedAuthnContext
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/snippet-types.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/reference/snippet-types.rst b/docs/reference/snippet-types.rst index 88b7736b..9f03f942 100644 --- a/docs/reference/snippet-types.rst +++ b/docs/reference/snippet-types.rst @@ -26,7 +26,7 @@ SNIPPET_TEXT_CHILD SNIPPET_NAME_IDENTIFIER - (same result as SNIPPET_NODE) + (same result as SNIPPET_NODE (with Value forced as a LassoSamlNameIdentifier)) SNIPPET_ATTRIBUTE @@ -64,6 +64,10 @@ SNIPPET_LIST_CONTENT <Name>Value-n</Name> </Parent> +[note: Name will be in the same namespace as Parent by default but it is + possible to set 4th and 5th members of snippet to get a different namespace + (name, uri).] + SNIPPET_LIST_XMLNODES <Parent> |
