From c991bc1a139b87b6afc06a9dcb34aed08dce957d Mon Sep 17 00:00:00 2001 From: Yoel Hor Date: Wed, 9 Feb 2022 13:40:50 +0200 Subject: [PATCH] Adding icons to the readme file --- claims-transformation/date/readme.md | 13 ++++++------- media/demo.png | Bin 0 -> 2184 bytes media/deploy.png | Bin 0 -> 1781 bytes 3 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 media/demo.png create mode 100644 media/deploy.png diff --git a/claims-transformation/date/readme.md b/claims-transformation/date/readme.md index cbc4725..e08daeb 100644 --- a/claims-transformation/date/readme.md +++ b/claims-transformation/date/readme.md @@ -12,7 +12,7 @@ The unit test defines the following elements: - **ExperimentalValidation** - [claims transformation](https://docs.microsoft.com/azure/active-directory-b2c/claims-transformation-technical-profile) type of [validation technical profile](https://docs.microsoft.com/azure/active-directory-b2c/validation-technical-profile). This validation technical profile invokes the **AssertDates** claims transformation, which runs the assertion. - **AssertDates** claims transformation - the unit test. -[Live demo](https://b2clivedemo.b2clogin.com/b2clivedemo.onmicrosoft.com/B2C_1A_CT_AssertDateTimeIsGreaterThan/oauth2/v2.0/authorize?client_id=cfaf887b-a9db-4b44-ac47-5efff4e2902c&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fjwt.ms&scope=openid&response_type=id_token&prompt=login), [Quick deploy](https://b2ciefsetupapp.azurewebsites.net/), [documentation](https://docs.microsoft.com/azure/active-directory-b2c/date-transformations#assertdatetimeisgreaterthan) +![live demo](../../media/demo.png) [Live demo](https://b2clivedemo.b2clogin.com/b2clivedemo.onmicrosoft.com/B2C_1A_CT_AssertDateTimeIsGreaterThan/oauth2/v2.0/authorize?client_id=cfaf887b-a9db-4b44-ac47-5efff4e2902c&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fjwt.ms&scope=openid&response_type=id_token&prompt=login)   ![Quick deploy](../../media/deploy.png) [Quick deploy](https://b2ciefsetupapp.azurewebsites.net/)   [documentation](https://docs.microsoft.com/azure/active-directory-b2c/date-transformations#assertdatetimeisgreaterthan) ## ConvertDateTimeToDateClaim @@ -24,7 +24,7 @@ The unit test defines the following elements: - **GetSystemDateTime** claims transformation - Set default value to the `dateTimeClaims` claim using [GetCurrentDateTime](https://docs.microsoft.com/azure/active-directory-b2c/date-transformations#getcurrentdatetime) claims transformation. - **ConvertToDate** claims transformation - the unit test. -[Live demo](https://b2clivedemo.b2clogin.com/b2clivedemo.onmicrosoft.com/B2C_1A_CT_ConvertDateTimeToDateClaim/oauth2/v2.0/authorize?client_id=cfaf887b-a9db-4b44-ac47-5efff4e2902c&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fjwt.ms&scope=openid&response_type=id_token&prompt=login), [Quick deploy](https://b2ciefsetupapp.azurewebsites.net/), [documentation](https://docs.microsoft.com/azure/active-directory-b2c/date-transformations#convertdatetimetodateclaim) +![live demo](../../media/demo.png) [Live demo](https://b2clivedemo.b2clogin.com/b2clivedemo.onmicrosoft.com/B2C_1A_CT_ConvertDateTimeToDateClaim/oauth2/v2.0/authorize?client_id=cfaf887b-a9db-4b44-ac47-5efff4e2902c&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fjwt.ms&scope=openid&response_type=id_token&prompt=login)   ![Quick deploy](../../media/deploy.png) [Quick deploy](https://b2ciefsetupapp.azurewebsites.net/)   [documentation](https://docs.microsoft.com/azure/active-directory-b2c/date-transformations#convertdatetimetodateclaim) ## ConvertDateToDateTimeClaim @@ -35,7 +35,7 @@ The unit test defines the following elements: - **ExperimentalTechnicalProfile** - [self-asserted](https://docs.microsoft.com/azure/active-directory-b2c/self-asserted-technical-profile) technical profile. This technical profile renders the `dateClaim` claim with default value (you can change the value). Then it calls the **ConvertToDateTime** output claims transformation to convert the date to dateTime. - **ConvertToDateTime** claims transformation - the unit test. -[Live demo](https://b2clivedemo.b2clogin.com/b2clivedemo.onmicrosoft.com/B2C_1A_CT_ConvertDateToDateTimeClaim/oauth2/v2.0/authorize?client_id=cfaf887b-a9db-4b44-ac47-5efff4e2902c&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fjwt.ms&scope=openid&response_type=id_token&prompt=login), [Quick deploy](https://b2ciefsetupapp.azurewebsites.net/), [documentation](https://docs.microsoft.com/azure/active-directory-b2c/date-transformations#convertdatetodatetimeclaim) +![live demo](../../media/demo.png) [Live demo](https://b2clivedemo.b2clogin.com/b2clivedemo.onmicrosoft.com/B2C_1A_CT_ConvertDateToDateTimeClaim/oauth2/v2.0/authorize?client_id=cfaf887b-a9db-4b44-ac47-5efff4e2902c&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fjwt.ms&scope=openid&response_type=id_token&prompt=login)   ![Quick deploy](../../media/deploy.png) [Quick deploy](https://b2ciefsetupapp.azurewebsites.net/)   [documentation](https://docs.microsoft.com/azure/active-directory-b2c/date-transformations#convertdatetodatetimeclaim) ## DateTimeComparison @@ -47,8 +47,7 @@ The unit test defines the following elements: - **ResultTechnicalProfile** - [self-asserted](https://docs.microsoft.com/azure/active-directory-b2c/self-asserted-technical-profile) technical profile. This technical profile shows the `result` of this unit test. - **CompareDates** claims transformation - the unit test. -[Live demo](https://b2clivedemo.b2clogin.com/b2clivedemo.onmicrosoft.com/B2C_1A_CT_DateTimeComparison/oauth2/v2.0/authorize?client_id=cfaf887b-a9db-4b44-ac47-5efff4e2902c&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fjwt.ms&scope=openid&response_type=id_token&prompt=login), [Quick deploy](https://b2ciefsetupapp.azurewebsites.net/), [documentation](https://docs.microsoft.com/azure/active-directory-b2c/date-transformations#datetimecomparison) - +![live demo](../../media/demo.png) [Live demo](https://b2clivedemo.b2clogin.com/b2clivedemo.onmicrosoft.com/B2C_1A_CT_DateTimeComparison/oauth2/v2.0/authorize?client_id=cfaf887b-a9db-4b44-ac47-5efff4e2902c&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fjwt.ms&scope=openid&response_type=id_token&prompt=login)   ![Quick deploy](../../media/deploy.png) [Quick deploy](https://b2ciefsetupapp.azurewebsites.net/)   [documentation](https://docs.microsoft.com/azure/active-directory-b2c/date-transformations#datetimecomparison) ## GetCurrentDateTime @@ -59,7 +58,7 @@ The unit test defines the following elements: - **ExperimentalTechnicalProfile** - [self-asserted](https://docs.microsoft.com/azure/active-directory-b2c/self-asserted-technical-profile) technical profile. This technical profile first calls the **GetResult** input claims transformation. Then, shows the `result` claim with the current date time. - **GetResult** claims transformation - the unit test. -[Live demo](https://b2clivedemo.b2clogin.com/b2clivedemo.onmicrosoft.com/B2C_1A_CT_DateTimeComparison/oauth2/v2.0/authorize?client_id=cfaf887b-a9db-4b44-ac47-5efff4e2902c&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fjwt.ms&scope=openid&response_type=id_token&prompt=login), [Quick deploy](https://b2ciefsetupapp.azurewebsites.net/), [documentation](https://docs.microsoft.com/azure/active-directory-b2c/date-transformations#datetimecomparison) +![live demo](../../media/demo.png) [Live demo](https://b2clivedemo.b2clogin.com/b2clivedemo.onmicrosoft.com/B2C_1A_CT_DateTimeComparison/oauth2/v2.0/authorize?client_id=cfaf887b-a9db-4b44-ac47-5efff4e2902c&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fjwt.ms&scope=openid&response_type=id_token&prompt=login)   ![Quick deploy](../../media/deploy.png) [Quick deploy](https://b2ciefsetupapp.azurewebsites.net/)   [documentation](https://docs.microsoft.com/azure/active-directory-b2c/date-transformations#datetimecomparison) ## IsTermsOfUseConsentRequired @@ -71,4 +70,4 @@ The unit test defines the following elements: - **ResultTechnicalProfile** - [self-asserted](https://docs.microsoft.com/azure/active-directory-b2c/self-asserted-technical-profile) technical profile. This technical profile shows the `result` of this unit test. - **CompareDates** claims transformation - the unit test. The `2022-01-15T00:00:00` date is configure in this claims transformation. -[Live demo](https://b2clivedemo.b2clogin.com/b2clivedemo.onmicrosoft.com/B2C_1A_CT_ConvertDateTimeToDateClaim/oauth2/v2.0/authorize?client_id=cfaf887b-a9db-4b44-ac47-5efff4e2902c&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fjwt.ms&scope=openid&response_type=id_token&prompt=login), [Quick deploy](https://b2ciefsetupapp.azurewebsites.net/), [documentation](https://docs.microsoft.com/azure/active-directory-b2c/date-transformations#istermsofuseconsentrequired). \ No newline at end of file +![live demo](../../media/demo.png) [Live demo](https://b2clivedemo.b2clogin.com/b2clivedemo.onmicrosoft.com/B2C_1A_CT_ConvertDateTimeToDateClaim/oauth2/v2.0/authorize?client_id=cfaf887b-a9db-4b44-ac47-5efff4e2902c&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fjwt.ms&scope=openid&response_type=id_token&prompt=login)   ![Quick deploy](../../media/deploy.png) [Quick deploy](https://b2ciefsetupapp.azurewebsites.net/)   [documentation](https://docs.microsoft.com/azure/active-directory-b2c/date-transformations#istermsofuseconsentrequired) \ No newline at end of file diff --git a/media/demo.png b/media/demo.png new file mode 100644 index 0000000000000000000000000000000000000000..110684d0e06f217dada7c9571dd7fdd5c1e26908 GIT binary patch literal 2184 zcmV;32zU31P)BE1ZQLxAY_vg;$?V;oX(lt{{G@3qJ`_O^!KmPq;Qw2}Cn0L9?Tam?khm;cmfj@-EE=vY<#k5o0f^m&*sM6pBI0EL{uRZtU4R5Z z`^X8`V)zNfJ8YaF;u6EP09P2E5Ad?jnUOMxUqvh^s*L``+lU9}BlcPZ2XpY-jyyG} zttleQMaed+noc9ry@UIIwng1*#M^^UkFzj+6yF25_LnMhmf?pGpH<}CbcnAmX|u%; z|7E#p3GpKUUAw%6atiT2#A8)^yd3Cssj4^8z$>TJnP(8+gLrkpJj%xIMEtceUz`ec zeo~wa<_{hK;NmJRuzL3+9o0iVC08s$)vACv7|KExH6jmbd4gn8^0FkllzkRT6fd|P0n zrwSVAXrbt(XrcJk;OyVRDf#{Yw^VBW$m{6QFhZvPBk<6w!tZERBfJcLd1$M3&)TehHS09YRtkN(Z(GDi^F2;vKBX;HY+Q*UEnTqUvgh@A9J5aYSek}G;8j! zqp=F+X_rylpF&#LEj%b>g+0Q~5^H*5N-?MwSLAe5T{?GXqX;9WfX;*4pXw6&V*io?m|<6;W0GAb4f<-njQ>$>Q>9MPr@ zwU=n+0I+*9IKpp9{{0u*d8K7@p9VPmCp-6AwmA>rtOL;dXv;Q$XXCx^0IWWyc=l3w zC&Xgk0yx!!!@*Zi8qcdA>-AfBZYACT*nGWS|NH%Vee(m<-vGFv{{#Oecnig2*2@3@ z061k>NoGw=04e|g00;m9hiL!=000010000Q0000000N)_00aO40096102H7D00aO4 z0096102BZK005B{(#HS*1Mx{jK~y*qjg(7lR8<(qe{=7hSEtiXhdyYh3N3AIrmYle z(qJkf5MsnoYmC9f$5vgKkQfbdp)5=c3*DKxP-7&-R1!>70)#+BBt>ea7HFX_YLRwk zYCE0x>)tz_dxvQ|kp*Wl=bmrQ`JM0a|BfXu1{=moT;<|qgu$U0K38pPUZyQg0c7sLt8z35=u0mBy_$0rCs*(Svn7wbfZl zdazmpe*9CAFD@*b=30-H!~5NwxRxTgs?*kBr`>1AC+u2YM;CN|ot?c;xc&!K49m%p zFz3gkScE%PStgN!bGLFFdA5R3(n?x|)wIqZcT?OAWm$@5P4M8GTj=mPN}y6Gs`Be( zj5?2O!t9Dn!zMes+A6R}R$9C|m+z$b_CkcK6DjTqU^K3=8rAsVFfp&P7zT&U!gHNgLh(EiabdkzA(qlmwLIQ(g}%1+Tq+X_ z8NPeFvUq_xE3yD|*qHuDGuI=tuoTmHvB%ENrW%^7t=w45GVs|9Q^9n}St+OH5v49M z8Vi{MtoX-FFwgaS787RJxBmDwbY5B*zWRaK1>L!#6hh9<(BSjaLb zLcNjH7>=m8MCi_HMO1u!qv983|MGG|Xe>at&q*ei=jvPzr%*#CtRV?08L+ITvAC@B z`nfPMp-FQzyKxEFd|IQ)DVrvxzuV2($t3raHa`4(3E3jCztf4oK@mmL+5Whbr&}Cc zoJex)=LoUiBgg|aYc4%6yez^Dqx5ob6`hTC?uaDEk}AoJ#+koTT$xGJ;DHx*R!~!6 z<4~`MR-Z+9s$&<<^i&Cu%Yxe>t-(#8Vd!frV>*~2CpKqA{?a*(KW8(XxmjAlz7~Z; zyBxH-B))Dd+rIoX4!0Yu#(C1+NC+Z-?Nok zhhk{@A*wEtH_T(pNe&NB)7YF~G9EVHM_D{it>qr{j1^n3im&!Z{e)8m~UngQkV;El1YHqX6HZc+pLq+hRciq0000< KMNUMnLSTZbQzM-K literal 0 HcmV?d00001 diff --git a/media/deploy.png b/media/deploy.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1a75a3d58fe2b01bdc22c8cd05a919f8e24b2a GIT binary patch literal 1781 zcmVBE1ZQLxAY_vg;$?V;oX(lt{{G@3qJ`_O^!KmPq;Qw2}Cn0L9?Tam?khm;cmfj@-EE=vY<#k5o0f^m&*sM6pBI0EL{uRZtU4R5Z z`^X8`V)zNfJ8YaF;u6EP09P2E5Ad?jnUOMxUqvh^s*L``+lU9}BlcPZ2XpY-jyyG} zttleQMaed+noc9ry@UIIwng1*#M^^UkFzj+6yF25_LnMhmf?pGpH<}CbcnAmX|u%; z|7E#p3GpKUUAw%6atiT2#A8)^yd3Cssj4^8z$>TJnP(8+gLrkpJj%xIMEtceUz`ec zeo~wa<_{hK;NmJRuzL3+9o0iVC08s$)vACv7|KExH6jmbd4gn8^0FkllzkRT6fd|P0n zrwSVAXrbt(XrcJk;OyVRDf#{Yw^VBW$m{6QFhZvPBk<6w!tZERBfJcLd1$M3&)TehHS09YRtkN(Z(GDi^F2;vKBX;HY+Q*UEnTqUvgh@A9J5aYSek}G;8j! zqp=F+X_rylpF&#LEj%b>g+0Q~5^H*5N-?MwSLAe5T{?GXqX;9WfX;*4pXw6&V*io?m|<6;W0GAb4f<-njQ>$>Q>9MPr@ zwU=n+0I+*9IKpp9{{0u*d8K7@p9VPmCp-6AwmA>rtOL;dXv;Q$XXCx^0IWWyc=l3w zC&Xgk0yx!!!@*Zi8qcdA>-AfBZYACT*nGWS|NH%Vee(m<-vGFv{{#Oecnig2*2@3@ z061k>NoGw=04e|g00;m9hiL!=000010000Q0000000N)_00aO40096101}`B00aO4 z0096101*HH0092M>c0R00$xc(K~y*qeUnRz(@+%0|4H*`n-_!pB zm9K>;Ge`x$f*WzAOI_+xP{a=~yKZ!$(4jh%A_IaC#D${b3zX8SQ|z=&(|J0Uo}6_$y#t2Ii+#sH#Vc%L0z? zm+|UX51@)vL8uZ22$Xd5l!nEe2Vspy9X_2^ zF=(cb0XDiezN}lYsXK8>Vu(eTz>vb;Z&=v1IZ6(AA<&*=1h>y6p{XK_z6Xg=BkrD0 zVt3~wxH*$71mdK_Gcx98B2)>WQoHXh>R32HAJ@Q2r4q{JvOjg-6G2I8>w_g7XXm4M zcuB{x*%5?QrfIq(NE%*twOS3vUH?K7XnqE&G+4ZyNr^)C7;x~`8e zxpNm(tJRRt=ZF8+#LPjEesc7BJ;Y+8Pk@((M=KVK+v!7VAy6ih3DHBU34v59wI%u= X1w!w0zNknR00000NkvXXu0mjfFriR2 literal 0 HcmV?d00001