mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
Merge pull request #7480 from scinote-eln/aj_SCI_10631
Disable azure authentication for giot [SCI-10631]
This commit is contained in:
commit
80aa14566d
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class Extends
|
|||
API_VERSIONS = ['v1']
|
||||
|
||||
# Array used for injecting names of additional authentication methods for API
|
||||
API_PLUGABLE_AUTH_METHODS = [:azure_jwt_auth]
|
||||
API_PLUGABLE_AUTH_METHODS = []
|
||||
|
||||
API_REPOSITORY_DATA_TYPE_MAPPINGS = { 'RepositoryTextValue' => 'text',
|
||||
'RepositoryDateValue' => 'date',
|
||||
|
|
Loading…
Reference in a new issue