Skip to main content
Solved

user has not been granted access to activity ClientApplication

  • August 4, 2023
  • 2 replies
  • 590 views

Forum|alt.badge.img+16
  • Hero (Customer)
  • 671 replies

Community,

Wondering how to solve below issue when a user is trying to log in?

 

Best answer by Charith Epitawatta

Hi @ronhu,

Any user who needs to login to IEE client needs to have the FND_ENUSER permission set granted. Within the structure of FND_ENDUSER, there is another permission set called FND_RUNTIME. FND_RUNTIME includes the ClientApplication activity. Therefore, please check if the user has the FND_ENDUSER permission set granted. 

If the user does have FND_ENDUSER, check it’s grant structure to see if FND_RUNTIME is included. You can also check FND_RUNTIME to verify ClientApplication activity is granted to it. As both these are Foundation1 permission sets, they should never be altered. 

Hope this helps!

2 replies

Charith Epitawatta
Ultimate Hero (Employee)
Forum|alt.badge.img+31
  • Ultimate Hero (Employee)
  • 1094 replies
  • Answer
  • August 4, 2023

Hi @ronhu,

Any user who needs to login to IEE client needs to have the FND_ENUSER permission set granted. Within the structure of FND_ENDUSER, there is another permission set called FND_RUNTIME. FND_RUNTIME includes the ClientApplication activity. Therefore, please check if the user has the FND_ENDUSER permission set granted. 

If the user does have FND_ENDUSER, check it’s grant structure to see if FND_RUNTIME is included. You can also check FND_RUNTIME to verify ClientApplication activity is granted to it. As both these are Foundation1 permission sets, they should never be altered. 

Hope this helps!


Forum|alt.badge.img+16
  • Author
  • Hero (Customer)
  • 671 replies
  • August 6, 2023

@Charith Epitawatta Thank you.