Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Feb 11, 2023

Making ClientAssertion class public to inherit IDWeb repo on dMSI lib

@jennyf19
Copy link
Collaborator

This class needs to remain internal because we may change its implementation, especially around the cache.. You can derive from ClientAssertionProviderBase.

@JoshLozensky
Copy link
Contributor

JoshLozensky commented Feb 17, 2023

ClientAssertionProviderBase has an abstract method on line 21 "GetClientAssertion" which requires returning a Task < ClientAssertion >. Without the ability to make a ClientAssertion object, or otherwise altering the coupling here, there is no way to implement the abstract method required to derive ClientAssertionProviderBase.

Copy link
Collaborator

@jennyf19 jennyf19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@jennyf19 jennyf19 changed the base branch from rel/v2 to master February 23, 2023 04:48
@jennyf19 jennyf19 merged commit 93eaa53 into AzureAD:master Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants