Support Microsoft SAML attribute names by default
Add default attribute_statements to support Microsoft SAML attribute format. Microsoft uses a URL format by default. Prior to this change self-managed instances had to manually configure attribute statements and SaaS users had to add custom attributes to their SAML responses. This makes both self-managed and SaaS work out of the box with Microsoft. Changelog: changed
显示
- config/feature_flags/development/saml_microsoft_attribute_names.yml 8 个添加, 0 个删除...ture_flags/development/saml_microsoft_attribute_names.yml
- doc/integration/saml.md 17 个添加, 6 个删除doc/integration/saml.md
- doc/user/group/saml_sso/example_saml_config.md 0 个添加, 3 个删除doc/user/group/saml_sso/example_saml_config.md
- doc/user/group/saml_sso/index.md 0 个添加, 3 个删除doc/user/group/saml_sso/index.md
- ee/app/models/saml_provider.rb 7 个添加, 1 个删除ee/app/models/saml_provider.rb
- ee/spec/models/saml_provider_spec.rb 13 个添加, 3 个删除ee/spec/models/saml_provider_spec.rb
- lib/gitlab/auth/saml/config.rb 29 个添加, 0 个删除lib/gitlab/auth/saml/config.rb
- lib/gitlab/omniauth_initializer.rb 12 个添加, 1 个删除lib/gitlab/omniauth_initializer.rb
- spec/lib/gitlab/auth/saml/config_spec.rb 35 个添加, 0 个删除spec/lib/gitlab/auth/saml/config_spec.rb
- spec/lib/gitlab/omniauth_initializer_spec.rb 116 个添加, 1 个删除spec/lib/gitlab/omniauth_initializer_spec.rb
加载中
想要评论请 注册 或 登录