事前認証: Azure Active Directory で実施
- 24006
- リクエスト受信 (通信開始)
- Client request received. Transaction ID: '{5642affd-35e6-4ba5-947d-15511008f63a}'
- 24007
<ClaimsProvider> | |
<!-- The following Domain element allows this profile to be used if the request comes with domain_hint | |
query string parameter, e.g. domain_hint=facebook.com --> | |
<Domain>yahoo.co.jp</Domain> | |
<DisplayName>Yahoo! Japan</DisplayName> | |
<TechnicalProfiles> | |
<TechnicalProfile Id="Yahoo-OIDCv2"> | |
<!-- The text in the following DisplayName element is shown to the user on the claims provider | |
selection screen. --> | |
<DisplayName>Yahoo!</DisplayName> |
-----BEGIN CERTIFICATE----- | |
MIIDozCCAougAwIBAgIQAKS459X1ThBgnDrB/pGqeTANBgkqhkiG9w0BAQsFADBq | |
MSswKQYDVQQLDCJDcmVhdGVkIGJ5IGh0dHA6Ly93d3cuZmlkZGxlcjIuY29tMRgw | |
FgYDVQQKDA9ET19OT1RfVFJVU1RfQkMxITAfBgNVBAMMGERPX05PVF9UUlVTVF9G | |
aWRkbGVyUm9vdDAeFw0xOTA5MzAwMDAwMDBaFw0yOTEwMDcxMTMzMTVaMGoxKzAp | |
BgNVBAsMIkNyZWF0ZWQgYnkgaHR0cDovL3d3dy5maWRkbGVyMi5jb20xGDAWBgNV | |
BAoMD0RPX05PVF9UUlVTVF9CQzEhMB8GA1UEAwwYRE9fTk9UX1RSVVNUX0ZpZGRs | |
ZXJSb290MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgeVG/bBjshPh | |
KuwdQsPchmrOe8XmLZgQl6YA7gU/T+Yia/G1Zf6dgw0UyTYbZRkNvi4DcS5okZMs | |
rQlCcgqzExn9VBHwzxAiacpznjHrxnZyOfAgmE0eCMhU/o8/m4ZzQtqCWPulLRxR |
{ | |
"version": 2, | |
"builds": [ | |
{ "src": "app.js", "use": "@now/node-server" } | |
], | |
"routes": [{ | |
"src": "/challenge", | |
"dest": "/app.js" | |
}, | |
{ |
<!DOCTYPE html> | |
<html lang="en-US"> | |
<head> | |
<title>User details</title> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta charset="utf-8"> | |
<meta name="locale" content="en-US"> |
<!DOCTYPE html> | |
<html lang="en-US"> | |
<head> | |
<title>User details</title> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta charset="utf-8"> | |
<meta name="locale" content="en-US"> |
# Get all OAuth scopes | |
try { | |
$allAuth2PermissionsGrants = Get-AzureADOAuth2PermissionGrant -All $true | |
$allServicePrincipals = Get-AzureADServicePrincipal -All $true | |
$allUsers = Get-AzureADUser -All $true | |
$servicePrincipalScope = New-Object System.Collections.ArrayList |
:10000000A6C00000BFC00000BDC00000BBC0000013 | |
:10001000B9C00000B7C00000B5C00000B3C0000008 | |
:10002000B1C00000AFC00000ADC0000068C4000057 | |
:10003000A9C00000A7C00000A5C00000A3C0000028 | |
:10004000A1C000009FC000009DC000009BC0000038 | |
:1000500099C0000097C0000095C0000093C0000048 | |
:1000600091C000008FC000008DC000008BC0000058 | |
:1000700089C00000240350004F004B004B00450096 | |
:100080004E00200043004F004E00540052004F002D | |
:100090004C004C004500520000001C0348004F007B |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>User details</title> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link href="https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> |
netsh wlan show profiles | %{ $_.Split(":")[1]} | ?{$_ -ne $null -and ( $_ -notmatch "^\s*$" ) } | %{$_.trim()} | %{ netsh wlan show profile name="$_" key=clear} | ?{ $_ -like "*主*" -or ( $_ -like "*D 名*" ) } |