Re: [Architecture] [IAM] Supporting email verification when user’s email address is updated

2020-01-16 Thread Dewni Weeraman
Hi Godwin, We will be introducing a new Resident IdP configuration under Account Management Policies to enable this new feature. Also as Malithi has mentioned the 'verifyEmail' temporary claim should also be present in the request to trigger the verification flow. Thanks, Dewni On Thu, Jan 16,

Re: [Architecture] [APIM] Support Global OAuth2 Scopes and Attaching Multiple Scopes per API Resource

2020-01-16 Thread Dushani Wellappili
The delete operation should be corrected as follows. #- # Delete the global scope #- delete: security: - OAuth2Security: - apim:global_scope_manage

[Architecture] [APIM] Support Global OAuth2 Scopes and Attaching Multiple Scopes per API Resource

2020-01-16 Thread Dushani Wellappili
Hi all, - Global OAuth2 Scopes are useful when an organization/department (a tenant) has a need to globally control the fined grained access control permissions of all the published APIs, from a central place. - It reduces the rework of creating the same scope with duplicate access

Re: [Architecture] [IAM] Supporting email verification when user’s email address is updated

2020-01-16 Thread Godwin Shrimal
Hi Malithi, Thanks for the response. Please see my comment inline below. On Thu, Jan 16, 2020 at 2:13 AM Malithi Edirisinghe wrote: > Hi Godwin, > > On Wed, Jan 15, 2020 at 3:35 PM Godwin Shrimal wrote: > >> Hi All, >> >> Sorry for the late to reply to this email. I have following concerns