UNPKG

ng-auth-oidc

Version:

OAuth2 Implicit Flow with OpenID Connect (e.g. identity-server4) implemented with Angular Elements

17 lines (13 loc) 428 B
<!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <title>Sign-in</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script type="text/javascript" src="./assets/auth-oidc-config-template.js"></script> </head> <body> <h1>You need to sign in</h1> <auth-login></auth-login> <script type="text/javascript" src="./assets/ng-auth-oidc.min.js"></script> </body> </html>