Skip to content

Commit a89c5eb

Browse files
Update staging subdomain for SuperOffice (#490)
Co-authored-by: SuperOfficeDevNet <[email protected]>
1 parent 33a57e3 commit a89c5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AspNet.Security.OAuth.SuperOffice/SuperOfficeAuthenticationOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ private string GetEnvironment()
138138
return _environment switch
139139
{
140140
SuperOfficeAuthenticationEnvironment.Development => "sod",
141-
SuperOfficeAuthenticationEnvironment.Stage => "stage",
141+
SuperOfficeAuthenticationEnvironment.Stage => "qaonline",
142142
SuperOfficeAuthenticationEnvironment.Production => "online",
143143
_ => throw new NotSupportedException("Environment property must be set to either Development, Stage or Production.")
144144
};

0 commit comments

Comments
 (0)