Auto login Nextcloud

Hey there i installed nextcloud but i have one issue
how to auto login nextcloud by passing details in URL
like, http://xxx.xxx.x.xxx/nextcloud/index.php/login?user=admin&pass=password

is this possible ?

It is not possible in your way because https://cloud.server.tld/login uses POST- and not GET-parameter “user” and “password”. But perhaps you can program it with POST- instead of GET-parameter. Than i think you need a “button”. https://stackoverflow.com/questions/6210900/how-to-pass-post-parameters-in-a-url
Another problem is the “nextcloudtoken” and perhaps cookies you need from a further requests. I think it does not work.

Also you can include nextcloud in a SSO solution. https://apps.nextcloud.com/apps/user_saml