In examples cited in this post the flow is through an app that authenticates and issues access token. What I am trying to do now is to get token via https://localhost:9443/oauth2/token endpoint and be able to execute local authenticator (LA) during authentication process. However, upon executing of the endpoint I don't see my LA being called. I see it being active in OSGi console. Does local authenticator works only with a web application?
Asked
Active
Viewed 58 times
1 Answers
1
We cannot use the custom local authenticators to authenticate the rest API, but you can achieve the same by writing a custom grant type[1]. You can pass the attributes to verify against the users as parameters

Inthirakumaaran
- 369
- 1
- 8