-
Notifications
You must be signed in to change notification settings - Fork 320
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
added a note on primary email #4891
added a note on primary email #4891
Conversation
urn:scim:wso2:schema: | ||
type: object | ||
properties: | ||
askPassword: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not under urn:scim:wso2:schema
schema in IS.
It should fall under urn:ietf:params:scim:schemas:extension:enterprise:2.0:User
for IS
for Asgardeo, askPassword is under urn:scim:wso2:schema
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed with: c12a75e
Need to update in asgadreo folder's API as well. |
askPassword: | ||
type: boolean | ||
description: If this parameter is set to `true`, users will be allowed configure their own password. An email is sent to the specified email address, which will have instructions for the user to set the password and confirm the new user account. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed with: c12a75e
Co-authored-by: Ashen Weerathunga <[email protected]>
Co-authored-by: Ashen Weerathunga <[email protected]>
Co-authored-by: Ashen Weerathunga <[email protected]>
|
These changes will be committed with this PR: #4900 |
Purpose
$subject