B
brianlafertewk
Guest
I'm working in 11.7.2 and have been working with the OAUTH 2.0 samples in the Documents area, and been able to successfully configure Spring security to properly recognize JWT tokens from AWS Cognito, and RS256 tokens created using a node.js webservice. This all works great, and the ABL has access to the JWT token elements using the client principle, and Spring security even does what I want it to do. Now I'm trying to understand the other side of the equation -- creating OAUTH 2.0 from a client principle. I see there is something called 'STS Authentication Provider', but haven't been able to understand if that really does what I want. Essentially, is there a way to create JWT/RS256 tokens based on a client principle and pass the token back to a client? And if so, is there a "dummies" version of how to get that working with example (like the OAUTH 2.0 samples) that I can get my hands on?
Continue reading...
Continue reading...