Authentication & User Management
Administer users, roles and authentication providers.
{% if not is-admin %}Configure Account
{% if can-change-password? %}Here you can change your password.
{% endif %}Validation Errors
-
{% for error in validation-errors %}
- {{error}} {% endfor %}
Change Password
You are logged in as {{logged-in-user}}.
{% if can-change-password? %} {% else %}You can't change the password for your user account.
{% endif %}Login Page Info Text
Specify a text to be displayed at the CodeScene login page. This could be any message the you want your users to be aware of, such as contact details to the CodeScene administrator.
Internal User Management
You are logged in as an Administrator, which means you have full access to add, modify and delete users in the system. Read more about this in Users and Roles in the documentation.
Personal Access TokensPassword Policy
All Users
{% if users|not-empty %}| User Name | Role | |
|---|---|---|
| {{user.username}} |
You haven't defined any users yet. Please add one using the dialog above.
{% endif %}Single Sign-On
Here you can configure alternative authentication providers for your users. Normally, CodeScene uses an internal database of users. Alternatively, you can use an external authentication provider like LDAP/Active Directory server, which maintains the accounts for your users. This allows you to manage your users' accounts at the central authentication server without the need to duplicate users' accounts in the CodeScene internal database.
Note: Admin will still need to go through the normal authentication process using the license key!
LDAP Authentication Provider
LDAP-enabled directory services like Microsoft's Active Directory can be integrated with CodeScene using the following settings:
{% include "cacsremoteservice/views/configuration/ldap-settings.html" %}Oauth2 Authentication Provider
OAuth2 authentication providers can be integrated with CodeScene using the following settings:
{% include "cacsremoteservice/views/configuration/oauth2-settings.html" %}