Skip to content

Commit

Permalink
Recover application.properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
rujche committed Jul 1, 2020
1 parent 8f86c1c commit 85f5f5d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
spring.security.oauth2.client.registration.azure.client-id=xxxxxx-your-client-id-xxxxxx
spring.security.oauth2.client.registration.azure.client-secret=xxxxxx-your-client-secret-xxxxxx

azure.activedirectory.tenant-id=xxxxxx-your-tenant-id-xxxxxx
# It's suggested the logged in user should at least belong to one of the below groups
# If not, the logged in user will not be able to access any authorization controller rest APIs
azure.activedirectory.active-directory-groups=group1, group2

0 comments on commit 85f5f5d

Please sign in to comment.