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

[OAuth] Reintroduce OAuthControlAddin for OnPrem support #621

Merged
merged 1 commit into from
Feb 23, 2024
Merged

Conversation

stkillen
Copy link
Contributor

@stkillen stkillen commented Feb 23, 2024

Summary

OAuthControlAddin was obsoleted in previous PR in favor of OAuthIntegration.

Both should exist, as OAuthIntegration is used to create an authorization link and needs a min height and width to do that. The OAuthControlAddin has no height and width.

Work Item(s)

Fixes AB#502131

@stkillen stkillen requested a review from a team as a code owner February 23, 2024 12:45
@github-actions github-actions bot added this to the Version 24.0 milestone Feb 23, 2024
@stkillen stkillen merged commit fec2786 into main Feb 23, 2024
27 checks passed
@stkillen stkillen deleted the bugs/502131 branch February 23, 2024 15:13
stkillen added a commit that referenced this pull request Feb 26, 2024
<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md
-->
#### Summary <!-- Provide a general summary of your changes -->
OAuthControlAddin was obsoleted in previous PR in favor of
OAuthIntegration.

Both should exist, as OAuthIntegration is used to create an
authorization link and needs a min height and width to do that. The
OAuthControlAddin has no height and width.

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes
[AB#502131](https://dynamicssmb2.visualstudio.com/Dynamics%20SMB/_workitems/edit/502131/)
stkillen added a commit that referenced this pull request Feb 26, 2024
<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md
-->
#### Summary <!-- Provide a general summary of your changes -->
OAuthControlAddin was obsoleted in previous PR in favor of
OAuthIntegration.

Both should exist, as OAuthIntegration is used to create an
authorization link and needs a min height and width to do that. The
OAuthControlAddin has no height and width.

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes
[AB#502131](https://dynamicssmb2.visualstudio.com/Dynamics%20SMB/_workitems/edit/502131/)
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.

3 participants