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::Azure::Password - Get Password JWT

VERSION

version 0.003

SYNOPSIS

get-azure-token.pl password --help [ OPTIONS ]

DESCRIPTION

Get Azure Password JWT tokens

OPTIONS

  • --help (this help)

  • --username (required)

  • --password (required)

  • --tenant-id|--tenant_id (required)

  • --client-id|--client_id (required)

  • --resource-id|--resource_id (optional)

    The URL for which you want a token extended (the URL of the service which you want to obtain a token for).

    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 138:

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