Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Lib
cloud
azure
OS Core Lib Azure
Commits
fbd05f4c
Commit
fbd05f4c
authored
Oct 01, 2020
by
neelesh thakur
Browse files
rename azure.activedirectory.client-id to avoid triggering AADAuthFilter
parent
cdd5029f
Pipeline
#10835
passed with stages
in 6 minutes and 14 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
fbd05f4c
...
...
@@ -21,7 +21,7 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-azure
</artifactId>
<packaging>
jar
</packaging>
<version>
0.0.3
2
</version>
<version>
0.0.3
3
</version>
<name>
core-lib-azure
</name>
<properties>
...
...
src/main/java/org/opengroup/osdu/azure/di/AzureActiveDirectoryConfiguration.java
View file @
fbd05f4c
...
...
@@ -13,6 +13,6 @@ import org.springframework.context.annotation.Lazy;
@Lazy
public
class
AzureActiveDirectoryConfiguration
{
@Value
(
"${azure.activedirectory.
client
-id}"
)
@Value
(
"${azure.activedirectory.
app-resource
-id}"
)
private
String
aadClientId
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment