We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HttpPlatformHandlerを使用してGitBucketをホスティングする場合 IIS側に認証処理を任せることが可能。 HTTPヘッダ X-IIS-WindowsAuthToken に認証トークンが渡ってくるので これを処理するプラグインを書けばSSOに対応可能と思われる。
X-IIS-WindowsAuthToken
/windows_auth/signin
/windows_auth/
/signin
/auth/signin_sso
GitBucketプラグインを作成し、問題なく動作しそうなことまでは確認済み。 HttpPlatformHandlerの将来性が不明確のため、対応保留中。 今後、HttpPlatformHandler v1.3がリリースされるようなら、対応を検討。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概要
HttpPlatformHandlerを使用してGitBucketをホスティングする場合
IIS側に認証処理を任せることが可能。
HTTPヘッダ
X-IIS-WindowsAuthToken
に認証トークンが渡ってくるのでこれを処理するプラグインを書けばSSOに対応可能と思われる。
実装方針
/windows_auth/signin
で認証トークンを処理/windows_auth/
フォルダに対し、IIS側でWindows認証を要求するよう設定する。/signin
から/auth/signin_sso
に変更する。認証トークンがない場合は既定のサインインページにリダイレクト。
TODO
GitBucketプラグインを作成し、問題なく動作しそうなことまでは確認済み。
HttpPlatformHandlerの将来性が不明確のため、対応保留中。
今後、HttpPlatformHandler v1.3がリリースされるようなら、対応を検討。
The text was updated successfully, but these errors were encountered: