Giter VIP home page Giter VIP logo

Comments (3)

Forceu avatar Forceu commented on July 17, 2024

The OIDC setup was modified since the last release, please try the current dev version (docker: latest-dev tag).

So far I was able to make it work with regular authentication, but not filtering for users or groups, as for some reason the scope is displayed on the consent screen, but no value is passed on in the end.

I might have misconfigured something, so if you find out how to pass user email oder group info, please let me know, so I can add it to the documentation!

These are the steps so far to make basic authentication work:

  • Open https://entra.microsoft.com/
  • Go to Applications / App registration / New registration
  • Enter name and for redirect values "Web" and the Gokapi redirect URL shown in the setup
  • In Manage / Authentication / Implicit grant and hybrid flows check "ID Tokens"
  • In Certificate & secrets / Client secrets click New client secret, enter the value of the secret in Gokapi setup
  • In Application / API permissions / click Grant admin consent.
  • In Gokapi setup, enter the client ID shown in Application Overview / Application (client) ID
  • In Gokapi setup, for provider URL enter https://login.microsoftonline.com/REALM/v2.0/ and replace REALM with the tenant id shown in Application Overview / Directory (tenant) ID (see also https://learn.microsoft.com/en-us/entra/identity-platform/v2-protocols-oidc for other options)

I tried adding the email permission with Api Permissions / add a permission / Microsoft graph/ Delegated Permissions / email and GroupMember.Read.All, but that did not work unfortunately. Are you experienced with Azure / Entra or have any idea how to request it properly?

from gokapi.

Forceu avatar Forceu commented on July 17, 2024

Added WIP documentation in 79c9593

from gokapi.

Forceu avatar Forceu commented on July 17, 2024

Completed in f322013

from gokapi.

Related Issues (20)

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.