Click here to Skip to main content
15,884,861 members
Articles / Active Directory

SDK Documentation Inconsistency: Supported Kerberos Token Claims Types

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
6 Oct 2022CPOL4 min read 3.6K  
When retrieving claims information from user token, SDK documentation concerning the supported data types is incorrect.
When retrieving claims information from the user token, the SDK documentation mentions that the claims can come in the form of several supported datatypes. When I was setting up a test for dealing with each type, a number of those types were impossible to set up in Active Directory. It turns out that Active Directory itself only supports a subset.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Belgium Belgium
I am a former professional software developer (now a system admin) with an interest in everything that is about making hardware work. In the course of my work, I have programmed device drivers and services on Windows and linux.

I have written firmware for embedded devices in C and assembly language, and have designed and implemented real-time applications for testing of satellite payload equipment.

Generally, finding out how to interface hardware with software is my hobby and job.

Comments and Discussions