CBOR Decoding and WebAuthn/Passkey

JamesBowen

19+ years progress programming and still learning.
I'm scoping out the prospect of implementing WebAuth into PASOE web transport. I can't see any existing implementation of this in OpenEdge and it seem that the SPRING Tomcat security framework is not able to handle WebAuthn.

So, I've started going down the road of trying to "Roll-your-own" server side code and I'm getting stuck at the CBOR aspect. I'm in the process of writing my own CBOR decoder but before I get too deep has anyone else written a CBOR decoder in the ABL?

I've tried to utilize .NET assemblies that can handle the server side, but I'm struggling to get the Developer Studio to play nicely with the .dlls.
A common problem I have with .NET assemblies is that they show nothing in the "Class Browser". I suspect it's something on how the .dlls are compiles which makes them incompatible with OpenEdge..
 
Last edited:
No, I have not seen this spring add-on. I would not know how to incorporate it in with open edge.
 
Back
Top