question

Craynor avatar image
Craynor asked

FusionCreator C# sample B2C failing with Correlation Failed

Trying to use the ffdc-sample-csharp solution. I set up my application in FFDC. The B2B side works ok. But I'm having trouble with the B2C side using client id/secret (or JWT private token). After I type in ffdcuser1 and its password, it fails after that. Error text:

fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1]

An unhandled exception has occurred while executing the request.

System.Exception: An error was encountered while handling the remote login.

---> System.Exception: Correlation failed.

--- End of inner exception stack trace ---

at Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler`1.HandleRequestAsync()

at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)

at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)

api
1 comment
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Radu Cristian Ilina avatar image Radu Cristian Ilina commented ·

Hello Craynor,

Thank you for reporting this issue to us.

We will investigate this error for the C# sample app and will get back to you in a timely manner.

Best regards,
Radu

0 Likes 0 ·
Ben C. avatar image
Ben C. answered

Hi Craynor,

We were able to reproduce the error you are receiving and we are waiting for the development team to fix the issue. As soon as we have more info we will update you here.

Regards,

Ben

10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Ben C. avatar image
Ben C. answered

Hi @Craynor,

We have discussed this issue with our development team and will need to do some debugging to in order to resolve the issue with the authorization code aspect of the C# Sample Application. Currently we are unable to offer an ETA as to when this will be resolved.

As a workaround, would you be be able to use one of the other Sample Applications in a different programming language to test this feature? All of the sample applications are available in the same Github Project: https://github.com/orgs/fusionfabric/repositories .

Regards, Ben

10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.