This file is indexed.

/usr/lib/python2.7/dist-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates/saml_assertion.xml is in python-keystoneauth1 3.4.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
    <soap11:Header>
        <ecp:Response xmlns:ecp="urn:oasis:names:tc:SAML:2.0:profiles:SSO:ecp"
                AssertionConsumerServiceURL="$destination"
                soap11:actor="http://schemas.xmlsoap.org/soap/actor/next"
                soap11:mustUnderstand="1"/>
        <samlec:GeneratedKey
                xmlns:samlec="urn:ietf:params:xml:ns:samlec"
                soap11:actor="http://schemas.xmlsoap.org/soap/actor/next"> x=
        </samlec:GeneratedKey>
    </soap11:Header>
    <soap11:Body>
        <saml2p:Response
                xmlns:saml2p="urn:oasis:names:tc:SAML:2.0:protocol"
                Destination="$destination"
                ID="_bbbe6298d7ee586c915d952013875440"
                InResponseTo="_a07186e3992e70e92c17b9d249495643"
                IssueInstant="2014-06-09T09:48:58.945Z" Version="2.0">
            <saml2:Issuer
                    xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion"
                    Format="urn:oasis:names:tc:SAML:2.0:nameid-format:entity">
                $issuer
            </saml2:Issuer>
            <saml2p:Status>
                <saml2p:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success"/>
            </saml2p:Status>
            <saml2:EncryptedAssertion xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion">
                <xenc:EncryptedData
                        xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"
                        Id="_e5215ac77a6028a8da8caa8be89bad44"
                        Type="http://www.w3.org/2001/04/xmlenc#Element">
                    <xenc:EncryptionMethod
                            Algorithm="http://www.w3.org/2001/04/xmlenc#aes128-cbc"
                            xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"/>
                    <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
                        <xenc:EncryptedKey
                                Id="_204349856f6e73c9480afc949d1b4643"
                                xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
                            <xenc:EncryptionMethod
                                    Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"
                                    xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
                                <ds:DigestMethod
                                        Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"
                                        xmlns:ds="http://www.w3.org/2000/09/xmldsig#"/>
                            </xenc:EncryptionMethod>
                            <ds:KeyInfo>
                                <ds:X509Data>
                                    <ds:X509Certificate>
                                    </ds:X509Certificate>
                                </ds:X509Data>
                            </ds:KeyInfo>
                            <xenc:CipherData xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
                                <xenc:CipherValue>
                                    VALUE==
                                </xenc:CipherValue>
                            </xenc:CipherData>
                        </xenc:EncryptedKey>
                    </ds:KeyInfo>
                    <xenc:CipherData xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
                        <xenc:CipherValue>
                            VALUE=
                        </xenc:CipherValue>
                    </xenc:CipherData>
                </xenc:EncryptedData>
            </saml2:EncryptedAssertion>
        </saml2p:Response>
    </soap11:Body>
</soap11:Envelope>