Questions tagged [itfoxtec-identity-blazor]

8 questions
2
votes
1 answer

BlazorWebAssembly OpenidConnect in Github does not loaded properly in Visual Studio

I downloaded your codes in your github (https://github.com/ITfoxtec/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect) and tried to load in visual studio (Microsoft Visual Studio Professional 2019, Version 16.9.2). I am not able to load the…
Angela Lee
  • 77
  • 1
2
votes
1 answer

The ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect blazor sample fails to retrieve metadata

I was trying to get the ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect module to work. The sample compiles but does not work because the metadata request is resected due to a CORS violation. I was using the samples provided. the server metadata…
1
vote
1 answer

ITFoxtec SAML2 Authentication, Blazor gets the authenticated user, but the MVC part are not

Good Day Everyone I have this wierd happening to our application, I have a Blazor Server Side application that has a ITFoxtec as our SAML2 authentication with our global company as a provider, then I add a controller where the authentication will…
1
vote
1 answer

Session timeout and lifetime setting has no effect

The context is a working IdP/SP Blazor application with working SSO and single logout (SLO). I would ideally like the session timeout to have the same effect as SLO, but have yet to find a way to achieve this. I have noted the other qus on this and…
1
vote
2 answers

How I can assign the lifetime of the token?

If the token is about to be expired, is there a feature to notify the user in the web UI? In addition, where do you use TokensExpiresBefore variable in the class of OpenidConnectPkceSettings…
Angela Lee
  • 77
  • 1
1
vote
1 answer

Where do I find the RpInitiatedLogoutResponse in the OpenidConnectPkce Class?

I have difficulty to find the object of RpInitiatedLogoutResponse in the line of 316 in the function of LogoutCallBackAsync in this…
Angela Lee
  • 77
  • 1
1
vote
1 answer

Where can I find the values of blazorweba_oidcpkce_sample:access in class AccessPolicyAttribute of BlazorWebAssemblyOidcSample.Server.Policys?

I cannot find the values of blazorweba_oidcpkce_sample:access issued by FoxIDs. I wonder if it should stored it in appsettings.json. Thanks!
1
vote
1 answer

How does one to use BlazorWebAssembly Openid connect to Login.Gov?

I was struggle to figure out how to connect to login.gov. My application is a web application using MS .net 5 Blazor web Assembly. Microsoft has a package to implement OpenId and OAthe2 for Blazor Web Assembly applications. …