Skip to end of banner
Go to start of banner

Terminology

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

TermDefinition
IDPIdentity provider, e.g. ADFS, Lifray, Schoolbox
SPService provider (application), e.g. Community Portal, SynWeb
SSOSingle sign on
Signing CertificateThe certificate provided by the IDP to ensure the request is valid
Claim Attribute Name

The tags of which the username is

Sample Claim Attribute
<saml2:AttributeStatement>
	<saml2:Attribute Name="NetworkLogin" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified">
		<saml2:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">
			ahui@synergetic.net.au
		</saml2:AttributeValue>
	</saml2:Attribute>
</saml2:AttributeStatement>
Claim Attribute Value 

 

  • No labels