**Note**: For the OpenID configuration view our docs in Github: https://github.com/opf/openproject/blob/dev/docs/configuration/openid.md (Todo: needs to be moved to documentation).
</div>
To activate and configure OpenID providers in OpenProject, navigate to -> *Administration* -> *Authentication* and choose -> *OpenID providers*.
## Add a new authentication application for oauth
@ -107,4 +103,4 @@ sudo openproject run console
> exit
```
Then, existing users should be able to log in using their Azure identity. Note that this works only if the user is using password-based authentication, and is not linked to any other authentication source (e.g. LDAP) or OpenID provider.
Then, existing users should be able to log in using their Azure identity. Note that this works only if the user is using password-based authentication, and is not linked to any other authentication source (e.g. LDAP) or OpenID provider.
Please note that every underscore (`_`) in the original configuration key has to be replaced by a duplicate underscore
(`__`) in the environment variable as the single underscore denotes namespaces. For more information, follow our [guide on environment variables](https://docs.openproject.org/installation-and-operations/configuration/environment/).
#### 1.3 Settings in database
The SAML settings can also be changed at runtime in the database through the OpenProject settings.
As opposed to other settings there is no user interface for this.
That means it's best to set them using the console.
```
# package based installation:
> sudo openproject run console
# docker-based installation:
> docker exec -it openproject bash
>> bundle exec rails console
```
Once on the console you can set the same values as named in the `configuration.yml` file.
@ -38,7 +38,7 @@ Click the green **+ Type** button to add a new work package type in the system,
## Work package form configuration
You can freely **configure the attributes shown** for each work package type to decide which attributes are shown in the from and how they are grouped.
You can freely **configure the attributes shown** for each work package type to decide which attributes are shown in the form and how they are grouped.
To configure a type, first select the type from the list of types (see above) and select the tab ***Form configuration*** *(1)*.
@ -84,4 +84,4 @@ Under -> *Administration* -> *Work packages* -> *Types* on the tab **Projects**
The **Activated for new projects by default** setting in the Types will only activate this type for new projects. For existing projects, the type needs to be activated manually.
This can be also configured in the [project settings](../../../user-guide/projects/project-settings).
![activate projects for work package types](image-20200116150513323.png)
![activate projects for work package types](image-20200116150513323.png)