I have one SAML app integrated with azure AD. As per app requirements, they need additional attributes in SAML response from Azure. So we need to add additional attribute so that we can send them in claims. How to add a custom attribute and use it in my enterprise app.
eg. lang=en how can add this attribute in AAD and add it to my SAML app attributes and claims so that AAD can send this in SAML response.