Allowing multiple auth methods for a resource

I want to allow users to use several options for authenticating with a resource. Particularly I want to allow a user to use either SSO or basic auth. I can set up one or the other for a single resource, is it possible to set them up side by side so a user can choose to either sign up with SSO or with basic auth?

Hello @Fayyazul_Hassan!

I think for this you might need two separate resources and then in your application a toggle/selection which can be used to set the resource dynamically here:

A modal prompt asking for which method they prefer could then set a variable or be used directly as additionalScope in an event handler to dynamically choose the correct resource id.

1 Like

I think the above is your only way to do this, @Fayyazul_Hassan! Let us know if you have any additional questions.

Have you had a chance to revisit, this, @Fayyazul_Hassan?

I'm going to go ahead and accept @pyrrho's post as the "Solution" here, given the fact that it is a viable workaround for something not natively supported in the product. That said, I'll still document the feature request internally and leave the topic open! As soon as there are any updates to share, I'll do so here. :+1: