Open maccarilab opened 3 days ago
Hi there @maccarilab!
Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better.
We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions.
Thanks, from your friendly Umbraco GitHub bot :robot: :slightly_smiling_face:
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
10.0.0, 14.2.0
Bug summary
I have a Duende server and a web client and there aren't problems with the OpendID connection. I followed the documentations according this link https://docs.duendesoftware.com/identityserver/v7. Now I'm trying to connect Umbraco web client with my Duende server. I followed this solution https://github.com/jbreuer/Umbraco-OpenIdConnect-Example/tree/main After login, In UmbracoBuilderExtensions.cs the name is null ( rif. var name = claims?.SingleOrDefault(x => x.Type == "user_displayname"); ). So, I have this error in the browser InvalidOperationException: The Name value cannot be null
Specifics
The same issue of https://github.com/umbraco/Umbraco-CMS/issues/12670 but I don't know the map claim resolution
Steps to reproduce
External connect with autolink to Duende Server
Expected result / actual result
Login to Duende and callback to Umbraco after login