Skip to content

Commit

Permalink
update the realm in the authz URL as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Oct 5, 2022
1 parent 351fa0c commit 9ab22c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Core/Sipgate/OAuth2ImplicitFlowHeaderProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public OAuth2ImplicitFlowException(string message) : base(message)

public class OAuth2ImplicitFlowHeaderProvider : IAuthorizationHeaderProvider
{
private static readonly Uri DefaultAuthorizationUri = new("https://login.sipgate.com/auth/realms/sipgate-apps/protocol/openid-connect/auth");
private static readonly Uri DefaultAuthorizationUri = new("https://login.sipgate.com/auth/realms/third-party/protocol/openid-connect/auth");
private static readonly Uri DefaultRedirectUri = new("https://localhost:31337");
// Looks like a secret, but it really isn't
private const string DefaultClientId = "2678637-1-dce11315-449f-11ed-8429-21e3cf961f8f:third-party";
Expand Down

0 comments on commit 9ab22c0

Please sign in to comment.