
1ecfh (1ecfh) asked a question.
Hello,
I am setting up an app using okta's WS-FED template. I am running into an issue where there app is using SHA-1. My app doesn't allow SHA-1 validation due to its depreciation. How can I upgrade my digital signature to SHA-256?

Hello Gordon,
This is expected for the current WS-FED Template. Depending on the service you are trying to connect to, for example ADFS, you can use a SAML application as it supports the respective flow. Here is an example guide: https://auth0.com/docs/protocols/saml/adfs
What I would recommend is to submit an Idea on our Community page, there is one currently related that would add a GUI option for the Upgrade:
https://support.okta.com/help/s/idea/0872A000000QUITQA4/detail
Another possible solution is to use the Okta API to change it from SHA1 to SHA256.
https://developer.okta.com/docs/how-to/updating_saml_cert
I hope this helps.
Bogdan Andrisan,
Okta Customer Support