Skip to content
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

Add ClientUri and LogoUri to OpenIddictApplication. #13036

Merged
merged 2 commits into from
Jun 17, 2022
Merged

Add ClientUri and LogoUri to OpenIddictApplication. #13036

merged 2 commits into from
Jun 17, 2022

Conversation

maliming
Copy link
Member

No description provided.

@maliming maliming merged commit 38e6e57 into dev Jun 17, 2022
@enisn enisn deleted the ClientUri branch June 17, 2022 09:53
@enisn
Copy link
Member

enisn commented Jun 20, 2022

How can I seed ClientUri via using ApplicationManager?

I've tried a couple of ways but it ClientUri column is always null.

  1. I've injected IAbpApplicationManager
  2. Created a new AbpApplicationDescriptor and set ClientUri parameter.
  3. Passed that instance as a parameter of IAbpApplicationManager.CreateAsync method.
  4. Result:
    image

@maliming Also you can check this commit: 5e3bfec

@maliming
Copy link
Member Author

ok, I will check.

@enisn
Copy link
Member

enisn commented Jun 21, 2022

Ok, it works, forgot the drop database, it doesn't update existing entities currently, maybe we can add an update logic later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants