privacyidea / adfs-provider

Authentication provider for Microsoft AD FS to use with privacyIDEA.
GNU Affero General Public License v3.0
20 stars 5 forks source link

add token enrollment via challenge #40

Closed lukasmatusiewicz closed 1 year ago

lukasmatusiewicz commented 1 year ago

privacyIDEA v3.8 allow enrolling a new token via validate/check request.

csharp-client allows already to use it.

Check if PIResponse contains the image in the detail section. Show the image in the UI.

NOTE: Don't remove the old token enrollment method.

QUESTION: Should adfs-provider show the image from the challenge (e.g. fido2 logo)? @nilsbehlen

Await to close another issue first: https://github.com/privacyidea/adfs-provider/issues/42