Basic user logins

Certified Senior Developer

I am unable to log in using Basic User accounts in my Appian Cloud environment, while admin accounts are working fine.

I have verified that the users are active and have the required group memberships. Password reset was also attempted, but the issue persists.

Has anyone faced a similar issue or can suggest what configurations or logs I should check?

Thanks.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Hi  ,

    I’d suggest checking the issue in the following sequence:

    • Check the login-audit.csv file for failed login attempts.
    • Compare the entries of a working admin user with a failing basic user.
    • Verify whether any authentication restriction groups are configured and confirm the affected users are part of those groups.
    • Check for username case mismatches between Appian and the authentication provider.
    • Temporarily assign the System Administrator role to one affected user and test login again.
    • Try accessing directly using:
      • /suite/portal/login.jsp
      • /suite/design
    • If the issue still persists, raise an Appian Support ticket with:
      • affected usernames
      • login timestamps
      • extracts from login-audit.csv
      • relevant entries from authz-audit.log
Reply
  • 0
    Certified Senior Developer

    Hi  ,

    I’d suggest checking the issue in the following sequence:

    • Check the login-audit.csv file for failed login attempts.
    • Compare the entries of a working admin user with a failing basic user.
    • Verify whether any authentication restriction groups are configured and confirm the affected users are part of those groups.
    • Check for username case mismatches between Appian and the authentication provider.
    • Temporarily assign the System Administrator role to one affected user and test login again.
    • Try accessing directly using:
      • /suite/portal/login.jsp
      • /suite/design
    • If the issue still persists, raise an Appian Support ticket with:
      • affected usernames
      • login timestamps
      • extracts from login-audit.csv
      • relevant entries from authz-audit.log
Children