The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Bundle::WATERKIP::CLI::JWT::Validate - Validate JWT tokens

VERSION

version 0.003

SYNOPSIS

jwt-decrypt --help [ OPTIONS ]

DESCRIPTION

Get Azure Password JWT tokens

OPTIONS

  • --help (this help)

  • --provider (optional)

    google_v1
    google_v2
    azure_v1
    azure_v2
  • --tenant-id|--tenant_id (required when using azure_v1 or azure_v2 provider)

  • --uri (optional)

    The URL where the kid keys can be retreived from. Used when you don't use a provider

    https://graph.windows.net/

    for using the MS Graph API

    https://management.core.windows.net/

    for using the Azure Management APIs

AUTHOR

Wesley Schwengle <waterkip@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2024 by Wesley Schwengle.

This is free software, licensed under:

  The (three-clause) BSD License

1 POD Error

The following errors were encountered while parsing the POD:

Around line 166:

You forgot a '=back' before '=head1'