You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tested this and the javascript example is working.
But I can't get this to work with the aws-cognito implementation, AWS credentials are needed.
Anyone who knows where I should start looking? I've tested the authenticate of the CognitoClient.
But I get an unauthenticated result (403). It seems that the PHP SDK isn't working without credentials provided (as in the javascript example).
Thanks!
The text was updated successfully, but these errors were encountered:
Hi all!
I'm developing an application with the Filemaker API.
Authentication tokens are required and Filemaker Cloud uses Cognito to fetch the correct tokens.
A javascript howto : https://help.claris.com/en/customer-console-help/content/create-fmid-token.html
I've tested this and the javascript example is working.
But I can't get this to work with the aws-cognito implementation, AWS credentials are needed.
Anyone who knows where I should start looking? I've tested the
authenticate
of theCognitoClient
.But I get an unauthenticated result (403). It seems that the PHP SDK isn't working without credentials provided (as in the javascript example).
Thanks!
The text was updated successfully, but these errors were encountered: