Replies: 1 comment 2 replies
-
|
Hi @lombao, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question, again , I am not 100% so I well might be wrong
I managed to use the OAUTH so using the OpenIDM UI I can authenticate with an external IdP. It works nicely , and with a mininal auth js script can even retrieve the authroization info to map it into openidm roles. nice
However I am not able to make it work with the REST API. The bearer tokens provided by a session of the external IdP are
simply ignored by OpenIDM, which makes me think that perhaps the REST API does not use the OAUTH2 authentication
module and only uses the internal authentication mechanisms. Am I right in this. ? Has anyone managed to use OAUTH2/OIDC via REST API ? so OpenIDM uses the bearer token and validates it against the external IdP server.
Beta Was this translation helpful? Give feedback.
All reactions