simplesamlphp / simplesamlphp/simplesamlphp-module-ldap
LDAP Client x509 Certificate Authentication
まだ誰も着手していません。
- 主要言語
- PHP
- スター
- 5
- フォーク
- 14
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Google announced their LDAP service: https://support.google.com/cloudidentity/answer/9089736 and we wanted to see if we could get it working for our users.
However, it requires a client certificate to authenticate to the server, which SimpleSAMLphp doesn't support: https://simplesamlphp.org/docs/stable/ldap:ldap . It seems to only support username/password for client authentication.
It would be nice to be able to support client cert/key for authentication in addition to username/password. OpenLDAP supports it using TLS_CERT and TLS_KEY.
It seems that support for this may have only come into PHP in version 7.1: http://php.net/manual/en/function.ldap-set-option.php
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Issue にリンクされている SimpleSAMLphp の LDAP ドキュメントと PHP の ldap_set_option リファレンスから始めてください。ユーザー名/パスワード認証と併用してクライアント証明書とキーをどのように設定すべきか、サポートされている PHP バージョンも含めて確認してください。LDAP 認証で既存の認証情報ベースのフローを削除せずに証明書ベースのフローを使用できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- php
- 領域
- authentication
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100