onelogin / onelogin-go-sdk

golang sdk for onelogin apis
MIT License
10 stars 24 forks source link

What is the SAML Encryption public key configuration field? #19

Closed gmlexx closed 4 years ago

gmlexx commented 4 years ago

Hi @dcaponi, @bplower

This field is not documented and even if I do API app get, I don't see this field in the output.

In the UI this is the field for SAML Test Connector (Advanced) to put the certificate for assertion encryption.

image

gmlexx commented 4 years ago

Hi @dcaponi, @bplower. This is really the latest piece of information that we need to wrap up our deployment automation. Thanks in advance.

dcaponi commented 4 years ago

Trying to find an answer on our API side. You're asking about this field correct?

Screen Shot 2020-08-21 at 8 36 19 AM
gmlexx commented 4 years ago

@dcaponi sorry, no, I'm asking about how to put the certificate itself to the "Public key" field in the screenshot (---BEGIN CERTIFICATE--- ...)

dcaponi commented 4 years ago

Ah that field is currently the only one not supported by the API. We're prioritizing this.

dcaponi commented 4 years ago

Going to consolidate this question into this issue https://github.com/onelogin/onelogin-go-sdk/issues/16

This is the public_key field that needs to be exposed on the API side. There's a ticket in our kanban for it and we'll update you when that ships.