Skip to main content
15-Moonstone
November 23, 2017
Solved

How to assign user to access the application.

  • November 23, 2017
  • 2 replies
  • 6178 views

Hello ,

I have created a master page and there is a menu with associated mashup's.

To assign user i have created a organization with home mashup as the top mashup of the menu, and associated the user to the organization.

But when i login as the user i cannot see the master page with menus, with administrator i can see the page loaded.

What am i missing here..?

Thanks

Sunay

Best answer by sbt

Hello Mukul,

Thanks for the help, It worked for me.

Thanks,

Sunay

2 replies

1-Visitor
November 23, 2017

Hi! Please check the application log for possible errors. At the very least, you need to give your organization visibility rights to the associated mashups, masters and menus.

5-Regular Member
November 23, 2017

Hi,

If after login from a non admin user you are getting 404 entity not found error that means your user is able to login but does not have visibility permission for your mashup .That is why he is not able to see the home mashup .Administrator have all the access so when you are trying to login from administrator he is able to see the home mashup .To resolve this 404 error you can go to your home mashup -> Info -> Under Permissions -> Visibility -> Add your organization -> Save . After this when you try to login from the user who is a part of this organization will be able to see home mashup as this mashup has a visibility permission now .You can also give these permissions at collection level instead on the home mashup you can give visibility on Mashup collection level (The lock button on Mashup menu ). Although collection level permissions use should be use and handle with care as they are a bit risky.

If there are other error/problem except this 404 while log in from a non admin user into Form login then explain that.

Thanks ,

Mukul Narang

sbt15-MoonstoneAuthor
15-Moonstone
November 23, 2017

Hello Mukul,

I have provided that but i am able to load only the mashup without any menu as i see with admin login.

with configured user login : I can only see the logout button.

With admin login:

Also i have assigned the organization to master page, menus and all the mashup's associated to menus. But still i am not able to see the menu and the master page properly similar to admin login.

Is there anything still i need to do..?

5-Regular Member
November 24, 2017

Hi ,

You have given visibility to all the entities by adding organization in visibility .By this you are able to see only the mashup but the menu you are using should be using services for data .For this, run time permissions should also be there on that non admin user on all the associated services in Mashup .So that non admin user will be able to execute the service and display the desired data on mashup .

When you are logging in from admin user just observe all the associated services and give run time permission on those services for non admin user .

You can create a user group for that and add run time permission to that user group also just to avoid doing for each user specifically .

Thanks ,

Mukul Narang