Skip to content

Commit

Permalink
Invite API access for teams
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 6, 2023
1 parent c0d64e6 commit 39c07e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/teams-server/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ voot:
clientSecret: "{{ teams_authz_client_secret }}"
scopes: "{{ teams_manage_provision_oidcrp_scopes }}"

invite:
url: https://invite.{{ base_domain }}/api/teams"
user: {{ invite.teamsuser}}
password: {{ invite.teamssecret }}

spring:
session:
store-type: jdbc
Expand Down

0 comments on commit 39c07e7

Please sign in to comment.