@ismcagdas any solution to my problem of the missing claim. The token clearly has the name claim in it.
I am having the same issue with Okta and someone else is also having the same issue:
I think the above error message is "name claim is missing"
Thank you @gterdem. That worked but I realized there were multiple issue with the Angular docker
Set-Location $outputFolder Copy-Item ("../ng/*.*") (Join-Path $outputFolder "ng")
the above throws error and when making the below changes work :
Set-Location $outputFolder Copy-Item ("../ng/*.yml") (Join-Path $outputFolder "ng")
Secondly the docker file in Angular :
FROM nginx:latest COPY ./dist /usr/share/nginx/html
throws error, but when i changed it to :
FROM nginx:latest COPY ./index.html /usr/share/nginx/html/index.html
Not sure if I am doing something wrong or there is actually some issue.
Its hard to believe there are so many errors in the Angular Docker creation
Can I get an update on this ticket?
I am using Aspnet.Core and Angular. Version 11.0 I am having 2 issues :
Join-Path : A positional parameter cannot be found that accepts argument 'nginx.conf'.
At xxxxxx\aspnet-core\build\build-with-ng.ps1:48 char:37
+ ... -ItemType directory -Path (Join-Path $outputFolder "ng" "nginx.conf")
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Join-Path], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.JoinPathCommand
Error: No such image: mycompanynameabpzerotemplatewebangular
[+] Building 1.3s (6/6) FINISHED
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 31B 0.1s
=> [internal] load .dockerignore 0.1s
=> => transferring context: 2B 0.1s
=> [internal] load metadata for docker.io/library/nginx:latest 1.1s
=> [internal] load build context 0.1s
=> => transferring context: 2B 0.1s
=> CANCELED [1/2] FROM docker.io/library/nginx:latest@sha256:2275af0f20d71b293916f1958f8497f987b8d8fd8113df54635f2a5915002bf1 0.1s
=> => resolve docker.io/library/nginx:latest@sha256:2275af0f20d71b293916f1958f8497f987b8d8fd8113df54635f2a5915002bf1 0.0s
=> => sha256:83d487b625d8c7818044c04f1b48aabccd3f51c3341fc300926846bca0c439e6 1.57kB / 1.57kB 0.0s
=> => sha256:2275af0f20d71b293916f1958f8497f987b8d8fd8113df54635f2a5915002bf1 1.86kB / 1.86kB 0.0s
=> => sha256:12766a6745eea133de9fdcd03ff720fa971fdaf21113d4bc72b417c123b15619 7.66kB / 7.66kB 0.0s
=> ERROR [2/2] COPY ./dist /usr/share/nginx/html
Below is the link to my code :
Hi Team -
I have been following up on this issue more than a week and haven't got any response. It feels like no one is even reading these tickets.
Is there a way we can expediate this.
Thanks
I need some attention to this issue please. I have already sent all the details.
Any updates?
I think you can close this issue as now I have a better understand of the Access Token and Id Token. And it make sense what ASPNet Zero is doing.
https://www.c-sharpcorner.com/article/accesstoken-vs-id-token-vs-refresh-token-what-whywhen/
I have already sent the link and shared with [email protected]
The google account that's being shared from is [email protected]