User rigths for just using web app
Answers
-
Hi kershov,
Just for viewing a Web App with user / password the necessary roles are:
- report viewer
- analyst
- service
- user
- execute
But you also need to make sure that the user has access rights to the folders where the Web App and the corresponding processes are stored.
Best,
Edin
0 -
Hi kershov,
so you want to make your Web App available without the need for logging in via user / password, right?
Therefore you need to create the user anonymous, set some parameters in the RapidMiner Server Web interface and make sure that the user has the necessary access rights to the app and the corresponding processes.
In the edit section of your Web App there is a public link which should might then share.
The steps with all screenshots are described in detail in our docs page https://docs.rapidminer.com/server/administration/user-management/special-users.html
Hope this helps,
Edin
1 -
Hello, Edin!
No, I want make my web-app available only through logging.
But is it possible for user (after logging via user/password) to see the interface of web-application like from user anonymous (without Quick Navigation panel and all other stuff)?
0 -
Hi,
I think I made it working once using a JavaScript snipped I integrated into the WebApp. I think I made it being called by miss-using a css property, which is not escaped, so that you can use it to introduce any html snippet into your webapp.
I then checked for a parameter being appended on the url but which is ignored by RM Server and switched via JavaSCript to the Full Screen mode of RapidMiner.
Greetings,Sebastian
1