CyberNinjas / pam_aad

Azure Active Directory PAM Module
GNU General Public License v3.0
55 stars 19 forks source link

Hardcode `resource_id` #17

Closed Jnchi closed 5 years ago

Jnchi commented 5 years ago

Depicts the identifier of the WebAPI your client wants to access on behalf of the user. For PAM, that will most likely be 00000002-0000-0000-c000-000000000000.

This value never changes.

#define RESOURCE_ID "00000002-0000-0000-c000-000000000000"

Jnchi commented 5 years ago

Regression in https://github.com/CyberNinjas/pam_aad/commit/200d20743147cbfe9654b70e1664e02ca254a4c2; module no longer functions properly.

Source: https://github.com/CyberNinjas/pam_aad/tree/fix-hardcoded-resource_id

Jnchi commented 5 years ago

Reverted: https://github.com/CyberNinjas/pam_aad/commit/31ea9bb8e85fcacf482152d5bc64165ca15cb868