Troubleshooting: SSO Integration with Release Automation(RA)
search cancel

Troubleshooting: SSO Integration with Release Automation(RA)

book

Article ID: 201847

calendar_today

Updated On:

Products

CA Release Automation - Release Operations Center (Nolio) CA Release Automation - DataManagement Server (Nolio)

Issue/Introduction

Please find some common errors which are observed while configuring RA with SSO, listed below

 

  1. SSO Server; Error "Unknown Login requester" during redirection
  2. SSO Server: Error "user_not_found"
  3. Release Automation NAC server (noilo_dm_all): Error "user <abc> not found in DB"
  4. SSO Server: Error "Invalid username and password"

 

Environment

Release Automation 6.7 and above.

Cause

  • SSO Server; Error "Unknown Login requester" during redirection

This error occurs when the App/Client configured in SSO server is not matching the ID present in SP metadata.xml generated by Release Automation.

  • SSO Server: Error "user_not_found"

This error occurs when there is an App/Client correct configured but there is on user been associated with that App/Client in SSO server configuration

  • Release Automation NAC server (noilo_dm_all): Error "(com.nolio.platform.server.dataservices.services.auth.SAMLUserDetailsService:75)user abc not found in DB"

This error occurs when the SSO server is redirecting fine for the specific user but that user doesn't exist in the list of RA users. 

  • SSO Server: Error "Invalid username and password"

This occurs when you are trying to login to SSO server with username and wrong password.

Resolution

  • SSO Server; Error "Unknown Login requester" during redirection

When you are updated idP from with SP metadata.xml make sure the client/app Id is matching the entityID in the SP metadata.xml generated by Release Automation server.

         It will be of format like http://NAC-IP/HOSTAME:PORT/datamanagement/saml/metadata

  • SSO Server: Error "user_not_found"

Please associate the users allowed to access the Client/App configured for RA in SSO server

  • Release Automation NAC server (noilo_dm_all): Error "(com.nolio.platform.server.dataservices.services.auth.SAMLUserDetailsService:75)user abc not found in DB"

Create the user used to login in SSO portal in Release Automation server and grant him/her appropriate role in RA

  • SSO Server: Error "Invalid username and password"

This most often occur when user mistakenly try to use the password which is set while creating user in RA. The login username/password should be matching the one configured in SSO Server

Additional Information