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

How to customize the registration authentication page #1479

Closed
VMCoud opened this issue May 26, 2023 · 8 comments
Closed

How to customize the registration authentication page #1479

VMCoud opened this issue May 26, 2023 · 8 comments
Labels
enhancement New feature or request

Comments

@VMCoud
Copy link

VMCoud commented May 26, 2023

Why

The default authentication interface is too simple. I want to add the function of automatically copying nodekey:id by clicking

Description

https://xxxx.com/register/nodekey:af5d8e16f6314112aa6d032f6c948893903637d08ceee21978987bf26f7e6662 How to customize the registration authentication page

@VMCoud VMCoud added the enhancement New feature or request label May 26, 2023
@VMCoud
Copy link
Author

VMCoud commented May 26, 2023

I would like to know the template file location for the default registration verification page

@yunsip
Copy link

yunsip commented May 27, 2023

Self registration of client users can be achieved through OIDC authentication

@VMCoud
Copy link
Author

VMCoud commented May 27, 2023

客户端用户可通过OIDC认证实现自注册

Hello, I am trying to access keycloak, which address in headscale should be filled in the 'Valid redirect URIs''Web origins' in keycloak

@VMCoud
Copy link
Author

VMCoud commented May 27, 2023

Trying to fill in the headscale https://networks.xxx.com/auth/callback will return a 404 error

@VMCoud
Copy link
Author

VMCoud commented May 27, 2023

Is there any detailed documentation about accessing keycloak in headscale,

@yunsip
Copy link

yunsip commented May 29, 2023

keycloak Valid Redirect URIs https://headscaleserver/oidc/callback
headscaleserver config.yml
{
"realm": "tailscale",
"auth-server-url": "https://keycloakserver/auth/",
"ssl-required": "external",
"resource": "headscale",
"credentials": {
"secret": "EYwCuajKbVaGmxlZCgoewew7VVhMaeCj"
},
"confidential-port": 0
}

@VMCoud
Copy link
Author

VMCoud commented May 29, 2023

thank you

@kradalby
Copy link
Collaborator

kradalby commented Jun 7, 2023

As per comment (#1435 (comment)) we will not support customising the registration page, however a nicer one will probably be merged soon so it will be prettier (#1484).

@kradalby kradalby closed this as completed Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants