Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Send GUID in custom ADFS claim rule

Is it possible to send GUID (Active Directory field ObjectGUID) in ADFS custom claim rule as string like "00fecc2a-195e-4c88-a10b-981a6881fa00" and not encoded in base64 like "Ksz+AF4ZiEyhC5gaaIH6AA==".

<AttributeStatement>
    <Attribute Name="http://schemas.microsoft.com/identity/claims/objectidentifier">
        <AttributeValue>00fecc2a-195e-4c88-a10b-981a6881fa00</AttributeValue>
     </Attribute>
</AttributeStatement>
like image 831
Rob Avatar asked Oct 15 '25 16:10

Rob


1 Answers

Yes - you can use an ADFS custom attribute store.

The code is as per the screenshot here.

like image 74
rbrayb Avatar answered Oct 19 '25 02:10

rbrayb



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!