# sso-server **Repository Path**: HServer/sso-server ## Basic Information - **Project Name**: sso-server - **Description**: 统一登录系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-08 - **Last Updated**: 2025-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## openid-gitlab ``` gitlab_rails['omniauth_allow_single_sign_on'] = ['openid_connect'] gitlab_rails['omniauth_auto_link_user'] = [ "openid_connect"] gitlab_rails['omniauth_block_auto_created_users'] = false gitlab_rails['omniauth_allow_single_sign_on'] = ['openid_connect'] gitlab_rails['omniauth_auto_link_user'] = [ "openid_connect"] gitlab_rails['omniauth_providers'] = [{ name: 'openid_connect', label: 'SaToken', args: { name: 'openid_connect', scope: ['openid','profile','userinfo','email','phone',"oidc"], response_type: 'code', 'issuer': 'https://sso.hp.hserver.net/18', discovery: true, uid_field: 'sub', send_scope_to_token_endpoint: "false", pkce: false, client_options: { 'identifier' => 'f5be8b93672b40e1841d1e6cbc67db32', 'secret' => '7a0c638e4e464a9a8d37f37e8a1d0c6d', 'redirect_uri' => 'https://gitlab.hp.hserver.net/users/auth/openid_connect/callback' } } }] ```