Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login page #409

Open
sekulicd opened this issue Oct 25, 2023 · 1 comment · May be fixed by #453
Open

Login page #409

sekulicd opened this issue Oct 25, 2023 · 1 comment · May be fixed by #453

Comments

@sekulicd
Copy link
Contributor

sekulicd commented Oct 25, 2023

Introducing a Secure Login Page to prem-app:
To secure our application, new login page needs to be created.
This page will leverage credentials provided by the installer script and authenticate them against authd.

Implementation Details:

Endpoint Selection:

No DNS: GET http://{IP}/authd/auth/login?user=admin&pass={PASS}
With DNS: GET https ://authd.{DOMAIN}/auth/login?user=admin&pass={PASS}
Successful Authentication:
Upon successful login, the system will return the root api_key, which acts as a master key for accessing all services. This means unrestricted access to both internal services and prem-services.

Reference:
Please refer to the related pull request #21 for further details.

@tiero @filopedraz @Janaka-Steph

@Janaka-Steph
Copy link
Contributor

user is always "admin" ?

@Janaka-Steph Janaka-Steph linked a pull request Oct 31, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants