-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The example fails to run #751
Comments
There is also this demo:wsfederation, I found that you must use the "administrator" account to log in, if you use another account to log in, 5001 will appear this error: |
Both issues are fixed in the |
Thank you for your modification. For wsfederation, I tested it and found that when 5001 was deployed locally (localhost), I could successfully log in using other accounts. However, when I deployed 5001 to a remote server (accessed through the domain name), I logged in using the account "administrator" normally. But when I use other accounts, the demo will report an error, what is the situation? |
Could you make the modifications in your client to show the "PII" and copy the error into the conversation? For more information, please refer to the official documentation: |
Is it because I arbitrarily changed the encryption of the user password? I changed the way you previously stored your password (to the database).I'm using postgresql |
Hello, excuse me. |
Excuse me, do you have any ideas? I don't want to recreate the library. |
With your latest master project, there was a problem testing FapiGrantManagement: |
Hello, Regarding the WS-Federation issue: Can you clean the "SerializedFileKeys" table and try again? For FAPI Grant-Management: The issue is fixed in the master branch. |
An exception was thrown during startup because the migration scripts were not applied before the AutomaticConfigurationProvider class tried to get values from the table. A check has been added in the "KeyValueRepository" and the issue is now fixed. |
Hello, excuse me, I configured the client according to Delegation or Impersonation , but when I ran your corresponding sample, there was an error in changing the position in "ShopApi" :
The text was updated successfully, but these errors were encountered: