UNPKG

ng-auth-oidc

Version:

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

17 lines (13 loc) 440 B
<!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <title>Signing 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> <h3>Signing you in...</h3> <auth-completed></auth-completed> <script type="text/javascript" src="./assets/ng-auth-oidc.min.js"></script> </body> </html>