The COLNEO Authentication module provides comprehensive Identity Management, Authentication,
and web applications for user login and registration.
It consists of two main components: a set of web services for managing user identities, and web applications that enable
users to login, register and access their personal data.
Additionally, the Authentication module handles the provisioning and management of licenses.
Quick reference links to all authentication pages and their specific purposes.
View | URL | Purpose |
---|---|---|
Login | https://idp.colneo.services/cnapp_login | Full login with registration links |
https://idp.colneo.services/cnapp_login?register=false | ↳ Login only, no registration links | |
https://idp.colneo.services/cnapp_login?user=[email]
|
↳ Login with user email in query parameter | |
https://idp.colneo.services/cnapp_login?redirect=[URL_ENCODED]
|
↳ Login and redirect to external application | |
Registration | https://idp.colneo.services/cnapp_login/register | User registration form |
Email Confirmation | https://idp.colneo.services/cnapp_login/email-confirm | Email address confirmation |
Forgot Password | https://idp.colneo.services/cnapp_login/forgot-password | Request password reset code |
Reset Password | https://idp.colneo.services/cnapp_login/reset-password | Reset password with code |
Accept Invitation | https://idp.colneo.services/cnapp_login/accept-invite | Accept organization invitation |
Create a new account to access the system with email verification required.
Registration link: https://idp.colneo.services/cnapp_login/register
New users must register before they can access the system:
Verify your email address using the confirmation code sent after registration.
email-confirmation-link: https://idp.colneo.services/cnapp_login/email-confirm
After registration, confirm your email address:
If you didn't receive the confirmation email:
Access the system with your credentials.
login-link: https://idp.colneo.services/cnapp_login/
Once your email is confirmed, log in to the system:
If you wish to hide the registration links, you can use the register
query parameter.
https://idp.colneo.services/cnapp_login?register=false
If you wish to login with a user email, you can use the user
query parameter.
https://idp.colneo.services/cnapp_login?user=[email]
The authentication system supports a redirect
query
parameter for seamless third-party application integration:
https://idp.colneo.services/cnapp_login?redirect=[URL_ENCODED_DESTINATION]
Scenario | Login URL | After Login Redirect |
---|---|---|
Simple Redirect |
?redirect=https%3A//myapp.com/dashboard
|
https://myapp.com/dashboard?token=abc123&user=user@email.com
|
URL with Existing Params |
?redirect=https%3A//myapp.com/page%3Fid%3D123
|
https://myapp.com/page?id=123&token=abc123&user=user@email.com
|
To integrate with your application:
encodeURIComponent()
https://idp.colneo.services/cnapp_login?redirect=[YOUR_ENCODED_URL]
token
- Authentication tokenuser
- User email addressReset your password using email verification code when you can't access your account.
forgot-password-link: https://idp.colneo.services/cnapp_login/forgot-password
If you forgot your password:
Join a project or group using an invitation link sent to your email.
accept-invitation-link: https://idp.colneo.services/cnapp_login/accept-invite
If you received an invitation to join:
When logged in, you can securely log out: