Skip to content

Commit

Permalink
Sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
koltyakov committed Mar 19, 2023
1 parent 7a75de7 commit 919f4b8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions debug/sharepoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ spec:
# siteUrl: ${SP_SITE_URL}
# clientId: ${SP_CLIENT_ID}
# clientSecret: ${SP_CLIENT_SECRET}
strategy: "saml"
# strategy: "saml"
# creds:
# siteUrl: ${SP_SITE_URL}
# username: ${SP_USERNAME}
# password: ${SP_PASSWORD}
strategy: "ondemand"
creds:
siteUrl: ${SP_SITE_URL}
username: ${SP_USERNAME}
password: ${SP_PASSWORD}
lists:
_catalogs/users:
select:
Expand Down

0 comments on commit 919f4b8

Please sign in to comment.