
JoO.81138 (Customer) asked a question.
Hello,
I am following the article "How to imlement the SAML 2.0 assertion flow" (https://developer.okta.com/docs/guides/implement-grant-type/saml2assert/main/*request-example).
I was able to configure my "default" Authorization server to enable the grant type "SAML 2.0 assertion":
However, that grant type is not available when updating or creating a new Application (Web server side or SPA) using OIDC:
What steps am I missing?
Thank you.

Hi Jo,
It seems from console you can create only native type applications with SAML Assertion as a grant type, you need to create the SPA/Web type of application using the Dynamic Client Registration API to be able to use this grant type.
This is mentioned in a note in the same article.
Hope it helps
Thanks
Tushar Vatsa