How Disable Anonymous User role in Native application

0
Hi all, I am building an Native mobile application wheere i am unable to remove the anonymous user role  So please help me out with it  If the anonymous role enabled then its opening with out any security there...
asked
2 answers
1

Anonymous user is required in Native to be able to see the login page and authenticate. So you can't disable it. 

Just make sure that the anonymous user has only access to the login page and signin flows.

answered
0

In the security in your app you should have a tab anonymous user where you can put allow anonymous to false

answered