Closed CameronMukherjee closed 2 months ago
@tangyang9464 @JalinWang @imp2002
@CameronMukherjee can you make a PR to add them?
@CameronMukherjee can you make a PR to add them?
Sure, can I get permissions?
➜ casdoor-java-sdk git:(master) ✗ git checkout -b fix/86
Switched to a new branch 'fix/86'
➜ casdoor-java-sdk git:(fix/86) ✗ gp
ERROR: Permission to casdoor/casdoor-java-sdk.git denied to CameronMukherjee.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
You should create GitHub Pull Request, not directly commit to this repo, which is not allowed. Learn GitHub first
You should create GitHub Pull Request, not directly commit to this repo, which is not allowed. Learn GitHub first
Sorry first time contributing to open source!
The
Application
entity found atorg.casbin.casdoor.entity.Application
is missing required fields that are needed to correctly load the OAuth2 page and admin dashboard.Fields missing are:
Due to these missing fields the database is holding null. This results with a front-end error as the UI is expecting an array (even if it's an empty array) in comparison to null for both the OAuth2 login page, and the Admin Dashboard.
Snippet of subclasses that likely need to be added to the object: