John Moon
John Moon
Adding Rocky per issue #185.
Currently, there's no way to write program output to a file other than using shell redirection. In some cases, such as containerized CI jobs that may not have a shell,...
Hi - SSOReady currently has [this hardcoded Microsoft login endpoint](https://github.com/ssoready/ssoready/blob/82c39898de1e15cb156727bad1e4b6d083f94949/app/src/pages/LoginPage.tsx#L151): ```go const microsoftRedirectUri = new URL( "https://login.microsoftonline.com/common/oauth2/v2.0/authorize", ); ``` Some high-security environments have a [different endpoints](https://learn.microsoft.com/en-us/microsoft-365/enterprise/microsoft-365-u-s-government-gcc-high-endpoints?view=o365-worldwide) such as `login.microsoftonline.us` and...