Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Problem

The user group is not allowed to log into the Web agent in question

Symptoms

An authenticated user is not allowed to access a web application.

  • Ubisecure SSO shows the message: Access to the requested resource is denied.
  • The diag log contains the error: spi.AccessDeniedException: Access to the requested resource is denied.
  • Ubisecure SSO shows the following message: You have been authenticated but you are not authorized to the requested application.

Solution

 

  1. Select the Web agent in question from the Ubisecure SSO Management application. Add the user's group in the Allowed To list.

  2. Make sure that the user is member of some of the groups specified in the Allowed To list.

  3. Make sure that the authorization policy Single-Value Attribute constraint is met. If there is an attribute name listed under Single Value Attribute, login will not be possible if the authorization policy generates an attribute that has multiple values.
    In the example below, the user must have only one phone number.
  4. Make sure that the authorization policy Mandatory Attribute constraint is met. If there is an attribute name listed under Mandatory Attribute, login will not be possible if the authorization policy does not generate an attribute that has that name.
    In the example below, the user must have at least one surname attribute.



  • No labels