added SSCLI 1.0
[windows-sources.git] / sdk / samples / Cardspace_samples / TechnologySamples / CardSpace / CreatingManagedCards / CS / SampleCards / FabrikamUP.ini
blob8d086653694b49f9f4d69a0e71a363a5695f72d7
1 [CARD]
2 ; type is one of UserNamePassword,KerberosAuth,SelfIssuedAuth,SmartCard,
3 TYPE=UserNamePassword
5 [Details]
6 Name=My Card (U/P backed)
7 ID=http://www.fabrikam.com/card/unpw/randomnnumber123
8 version=1
9 image=images\fabrikam.jpg
11 [Issuer]
12 Name=Fabrikam Auto Group
13 Address=http://www.fabrikam.com:3074/sts
14 MexAddress=https://www.fabrikam.com:4074/sts/mex
15 PrivacyPolicy=http://www.fabrikam.com/PrivacyPolicy.xml
16 ; certificate should be either a STORELOCATION/STORE/Subject name
17 ; or
18 ; c:\path\to\cert.pfx -- in which case you also need a CertificatePassword=
19 Certificate=LOCALMACHINE/MY/www.fabrikam.com
20 ;CertificatePassword=foo
22 [Claims]
23 ; add claims required for card. standard (self issued) are listed below.
24 ; keynames are not important (just don't duplicate them)
25 1=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname
26 2=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname
27 3=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress
28 ;3=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/streetaddress
29 ;4=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/locality
30 ;5=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/stateorprovince
31 ;6=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/postalcode
32 ;7=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/country
33 ;8=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/homephone
34 ;9=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/otherphone
35 ;10=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/mobilephone
36 ;11=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/dateofbirth
37 ;12=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/gender
38 ;13=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/privatepersonalidentifier
39 4=http://www.contoso.com/myuritest
42 [http://www.contoso.com/myuritest]
43 display=My Super Claim
44 description=A claim for all to see
46 [TokenTypes]
47 ; add token types.
48 ; keynames are not important (just don't duplicate them)
49 1=urn:oasis:names:tc:SAML:1.0:assertion
50 ;2=http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1
52 [Token Details]
53 RequiresAppliesTo=false
55 [Credentials]
56 ; if the Auth type is UserNamePassword the value is the Username
57 ; if the Auth type is SmartCard the value is the Certificate Path(Localmachine/my/www.fabrikam.com), hash, filename (in which case you may need certificatepassword=)
58 ; if the Auth type is SelfIssuedAut the value is the PPID
59 value=FrankLee
60 Hint=Enter your username and password