Giter Club home page Giter Club logo

himlar-connect's People

Contributors

beddari avatar jhellan avatar sigmunau avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

himlar-connect's Issues

Configure mod_auth_openidc for Connect

Ref

Minimal example vhost using libapache2-mod-auth-openidc:

<VirtualHost *:8000>
...
        OIDCProviderMetadataURL https://auth.feideconnect.no/.well-known/openid-configuration
        OIDCClientID ec7eba03-f992-4fe1-ab29-9f511ea16042
        OIDCClientSecret 82c4c086-ccd5-4a0c-87f7-ea49c28dab71

        OIDCRedirectURI http://web.example.com:8000/redirect_uri
        OIDCCryptoPassphrase TopSecret
        <Location />
                   AuthType openid-connect
                   Require valid-user
        </Location>
</VirtualHost>

Failure when federated user name contains non ascii characters.

I get '{"error": {"message": "An unexpected error prevented the server from fulfilling your request: 'ascii' codec can't decode byte 0xc3 in position 5: ordinal not in range(128) (Disable debug mode to suppress these details.)", "code": 500, "title": "Internal Server Error"}}' when logging in via dataporten. My name has an 'å'. I suspect there is a connection.

Error comes from l 613 in keystone/contrib/federation/utils.py (stable/liberty branch):
new_value = v.format(*direct_maps) in _update_local_mapping

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.