Browse Source
Merge pull request #11663 from abpframework/enisn/gif-replacement
Replace <img> tags with markdown
pull/11676/head
Halil İbrahim Kalkan
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
3 deletions
-
docs/en/Community-Articles/2022-02-22-Integrating-MAUI-Client-via-using-OpenID-Connect/README.md
|
|
|
@ -331,7 +331,7 @@ Each platform (UWP, OSX, iOS and Android) requires some configuration to use aut |
|
|
|
- Run the Application and perform a login operation. |
|
|
|
AccessToken will be retrieved. |
|
|
|
|
|
|
|
<img src="art/android-login-demo.gif" height="640"> |
|
|
|
 |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
@ -382,10 +382,11 @@ AccessToken will be retrieved. |
|
|
|
> You'll find it at the top of the editor. |
|
|
|
>  |
|
|
|
|
|
|
|
<img src="art/ios-login-demo.gif" height="640"> |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
<img src="art/macos-login-demo.gif" width="100%"> |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
|