Thank you Shakil! SSO button is redirect me but now I got the warn:
```
2022-12-28 07:25:50.027 [ WARN] : org.opensaml.saml.saml2.binding.security.impl.SAML2AuthnRequestsSignedSecurityHandler: SAMLPeerContext did not contain either a SAMLMetadataContext or a RoleDescriptor, unable to evaluate rule
```
And login page looks like: https://ibb.co/1r713YM
I think that means I have no metadata for some side.
Maybe I'm doing something wrong?
gitlab.rb now:
```
"assertion_consumer_service_url": "https://gitlab.example.com:8443/users/auth/saml/callback",
"idp_cert_fingerprint": "<---HIDE--->",
#"idp_sso_target_url": "https://gluu.example.com/idp/shibboleth",
"idp_sso_target_url": "https://gluu.example.com/idp/profile/SAML2/Redirect/SSO",
"issuer": "https://gitlab.example.com",
# "name_identifier_format": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
"name_identifier_format": "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified",
"attribute_statements": { email: ['emailAddress'] },
"attribute_statements": { name: ['Username'] }
```
and TR release attributes: https://ibb.co/mbNKTnX