Giter Site home page Giter Site logo

monkeyk / myoidc Goto Github PK

View Code? Open in Web Editor NEW
150.0 16.0 59.0 3.71 MB

基于OIDC协议的参考实现,根据各类库提供实现参考

Home Page: http://andaily.com/blog/?s=OIDC

License: Apache License 2.0

Java 30.24% HTML 69.76%
oidc openid openid-connect oauth2

myoidc's People

Contributors

dependabot[bot] avatar monkeyk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

myoidc's Issues

实际运行时报三个错

  1. client报Exception processing template "index": Error resolving template "index"
    server报数据库嵌入失败
    解决:经过排查发现,application.properties被编译在war包之外所致,注释掉client和server中pom.xml中的
<warSourceExcludes>*/classes/application.properties</warSourceExcludes>
<packagingExcludes>*/classes/application.properties</packagingExcludes>
  1. Could not resolve placeholder 'application.host' in value "${application.host}"
    解决(临时):将application.host从application.properties的值,直接替换到MyOIDCConfiguration中去

  2. mysql驱动报红
    解决:将pom内的mysql相关的runtime在IDEA内修改为compile

本来想提交pull request,但是又担心自己水平有限,让人贻笑大方,so提交issue望大牛给予点评。
我还是个菜鸟,正在找认证方面的资料,看到大牛的java源码实现,很受启发,待大牛可以多多共享,O(∩_∩)O谢谢!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.