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

Introduce new Identity Context to the carbon core #6325

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ashanthamara
Copy link
Contributor

@ashanthamara ashanthamara commented Jan 22, 2025

Proposed changes in this pull request

This PR will add a new Identity Context in carbon identity core.
It will use a separate DataHolder to store the data needed to store in the context.
Also this will have read access to the CarbonContextDataHolder as well.

Related Issue

/**
* Enum for Initiator persona.
* Specifies the type of entity responsible for initiating the Flow
*/
Copy link
Member

Choose a reason for hiding this comment

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

Better expain this initiating persona bit more

Comment on lines 37 to 39
//enable async support
super(true);
}
Copy link
Member

Choose a reason for hiding this comment

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

explain what this means

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.

3 participants