Remove Authorize App from the SSO flow?

hi,

we have an enterprise client with which we are doing SAML SSO. But they dont want every user to approve our app with the approval screen attached. How can we do that?

thanks
Lior

Hey there @general ,

Does the client app is marked as a first party app?

Asking about it because if the app is first party, and you’re not in a development mode (meaning your app is no running on localhost), the consent screen should be skipped by default.

You could verify it by calling the Management API endpoint, and if needed, update the field is_first_party to “true” for this app.

Please let us know if that worked!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.