<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D50Z00008G7VGaSANOkta Classic EngineOkta Integration NetworkAnswered2024-04-30T09:18:25.000Z2018-02-07T14:23:22.000Z2018-08-12T04:16:14.000Z
In metadata, EntityDescriptor tag does not have Signature in it, how to include it?
Python library djangosaml2 (which internally uses pysaml2) expects <Signature> to be inside <EntityDescriptor>, but metadata.xml does not contain any <Signature>. Is there a way to include it in the output?

 

http://www.datypic.com/sc/ds/e-ds_Signature.html

j5v7c likes this.
  • hxtiz (hxtiz)

    There is no way to have <Signature> in metadata, so one has to set "want_response_signed" to False in pysaml2 settings.
    Selected as Best
  • Hi Pawel,

     

    Unfortunately there is not a way to include a signature within the metadata file export for a SAML application. With regards to PySAML I have not seen it specifically stated that the signature is required within the EntityDescriptor. 

    http://pysaml2.readthedocs.io/en/latest/howto/config.html#howto-config 

     

    However if you are experiencing an error with using the Okta metadata I would recommend raising a support ticket as this will allow us to investigate this in more detail. 

     

    To log a ticket you may sign into https://support.okta.com/help and select Open a Case. 

     

    Thanks,

    Chris
    Expand Post
  • j5v7c (j5v7c)

    Hello,

     

    Thanks for posting your inquiry in Okta Community Portal.

     

    ​If you receive a great answer to your question(s), please help readers find it by marking it the best answer. Hover over the answer and click "Best Answer." 

     

    Thank you,

     

    ​Dylann Fezeu

    Okta Help Center Team
    Expand Post
  • hxtiz (hxtiz)

    There is no way to have <Signature> in metadata, so one has to set "want_response_signed" to False in pysaml2 settings.
    Selected as Best
This question is closed.
Loading
In metadata, EntityDescriptor tag does not have Signature in it, how to include it?