
WayneF.62020 (Customer) asked a question.
I have set up authentication in my blazor application and I want the login page two have two buttons. Each would use a different OKTA application to sign on. One would be OIDC and the other would be a SAML request. How do I go about implementing this?

Hi, @WayneF.62020 (Customer)
Thank you for posting on our Community page!
This does not look like something that can be configured on the Okta side.
My advice would be to leverage the Okta Developer forums for this type of questions and take advantage of their expertise.
https://devforum.okta.com/
Thank you for reaching out to our Community and have a great day!
_____________________________________________________________________________
Coming soon: Get tips from community managers during Okta Community's first Ask Me Anything event on 6/22
_____________________________________________________________________________
Community members help others by clicking Like or Select as Best on responses. Try it today.
_____________________________________________________________________________
OK. As long as you can do the heavy lifting yourself in the app, then that should be achievable. You will need two endpoints in your application. First endpoint handles OIDC requests. Second endpoint handles SAML Response. Then the buttons either trigger an OIDC application in Okta or a SAML application in Okta.
So totally doable.
Bizarre requirement, but doable.
Hi Naill,
Thank you for the response. I was able to get two different applications in OKTA, and I figured out how to call the OIDC connect one via a button. On to the SAML....
And yes, a bit of an unusual requirment.