Hi, I recently implemented sso in my nodebb forum. But when i go to login page this show up in alternate logins. So this is working as it should. But i want to skip login and registration pages and go to SSO page directly. Please advice.
You'll want to disable local login and local registration. If at that point you only have 1 login type remaining (the SSO), then the login button will automatically map to that login endpoint.
There's a catch here. If you disable login and use just SSO, it is not possible to access the admin page even though you use the admin email. Or is there anyway to override the additional login in the admin page?