Skip to content

Commit

Permalink
teams: migrate to newer invite api route
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Oct 4, 2024
1 parent 65a97ae commit 453e42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/teams/templates/serverapplication.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ voot:
scopes: "{{ teams_manage_provision_oidcrp_scopes }}"

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

spring:
Expand Down

0 comments on commit 453e42f

Please sign in to comment.