I can reach the discovery URL, BookStack reaches the OpenID server, but in this case the egw’s login screen does not appear and I get this error:
“OICD Discovery Error: Unexpected issuer value found on discovery response”
This is the discovery response, seems ok. Maybe is a configuration of BookStack?
{
“issuer”: “https://example.com”,
“authorization_endpoint”: “https://example.com/egroupware/openid/endpoint.php/authorize”,
“token_endpoint”: “https://example.com/egroupware/openid/endpoint.php/access_token”,
“jwks_uri”: “https://example.com/egroupware/openid/endpoint.php/jwks”,
“response_types_supported”: [
“code”,
“code id_token”,
“id_token”,
“token id_token”
],
“subject_types_supported”: [
“public”,
“pairwise”
],
“id_token_signing_alg_values_supported”: [
“RS256”,
“ES256”,
“HS256”
],
“userinfo_endpoint”: “https://example.com/egroupware/openid/endpoint.php/userinfo”,
“claims_supported”: [
“sub”,
“iss”,
“name”,
“given_name”,
“family_name”,
“nickname”,
“profile”,
“picture”,
“website”,
“email”,
“email_verified”,
“locale”,
“zoneinfo”,
“roles”,
“groups”
],
“scopes_supported”: [
“openid”,
“basic”,
“email”,
“phone”,
“address”,
“profile”,
“roles”,
“videoconference”,
“groups”,
“email_aliases”
],
“response_modes_supported”: [
“query”
],
“grant_types_supported”: [
“authorization_code”,
“implicit”,
“refresh_token”,
“client_credentials”,
“password_credentials”
],
“token_endpoint_auth_methods_supported”: [
“client_secret_basic”
],
“display_values_supported”: [
“page”,
“popup”
],
“claim_types_supported”: [
“normal”
],
“service_documentation”: “https://github.com/EGroupware/openid”,
“request_uri_parameter_supported”: true,
“require_request_uri_registration”: true,
“end_session_endpoint”: “https://example.com/egroupware/logout.php”
}