Feature Description
Currently, when creating an external project, you can only specify a login and password for authentication. It is necessary to add the ability to specify Bearer authentication when creating the project, as is already done in the connection configuration wizard.
During implementation, it is necessary to account for changes to the application.properties file, because currently if you create an external project and change the login/password, a line with the authentication type "basic" is added. This line should be present immediately after project generation if this option is selected; otherwise, the file should correspond to the Bearer configuration.
