OIDC token call with no client authentication?
Paul B. Henson
henson at cpp.edu
Thu Nov 9 06:02:47 UTC 2023
How do you configure a specific OIDC RP to be able to access the token
endpoint without client authentication?
I tried setting token_endpoint_auth_method="none" in the metadata but
still get:
{"error":"invalid_client","error_description":"Client authentication
failed"}
The jamf integration I'm working on:
https://learn.jamf.com/bundle/jamf-connect-documentation-current/page/Integrating_with_a_Custom_Identity_Provider.html
is an oauth "public" client type and wants to call the token endpoint
with no secret.
Thanks...
--
Paul B. Henson | (909) 979-6361 | http://www.cpp.edu/~henson/
Operating Systems and Network Analyst | henson at cpp.edu
California State Polytechnic University | Pomona CA 91768
More information about the users
mailing list