33
Views
2
Comments
Unable to sign in as End User in ODC (Studio login works)
Question

Hi 

I’m facing an issue with End User login in OutSystems Developer Cloud (ODC)

Current situation:

  • I can successfully log in to ODC Studio

  • The user has been assigned End User permissions

  • The application is already published and accessible via web

2024-10-09 04-44-30
Bhanu Pratap

It is usually config-related.

Try these:

  • ODC Portal → Users: Test end-user must be active + have EndUser role assigned
  • Built-in auth: Password set? (or send invite/reset if SMTP works)
  • External IdP: "Sign in as End User" often fails → test via published app instead

Workaround:

  1. Create minimal app
  2. Publish it
  3. Assign EndUser role to user/app
  4. Open public URL → log in (try "Continue with Built-in" if email/password fails)

See this thread for same issue + workaround: https://www.outsystems.com/forums/discussion/104601/unable-to-log-in-to-ai-agent-builder-with-odc-personal-edition/

2025-12-22 13-50-43
Sherif El-Habibi
Champion

Hello,

There’s documentation that explains how to create a self-registration flow. In ODC, there is a built-in identity provider, unlike O11, which has its own authentication and authorization mechanism.

This means that in O11, you can easily change the username and password, but in ODC things work differently. That’s why I’d recommend trying the self-registration flow approach.

You can refer to these documentations for more details:

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.