rails_keycloak_authorization 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 122890dbd82fc49d04abde438a1fb4b30861a5c87160b799516ebd6400ad6707
|
4
|
+
data.tar.gz: 2cf108a6f02b11e030e68ee800c8b9f8917d436703d8719a1732f4968dda8dd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fdddaca8f60e5260114f3e10ef86d73d45d6bc38b4080626c3ea3463828048e83cd407ab5718469252b776a80ef848acbb3ba56af97dc1a5565563c0992446c4
|
7
|
+
data.tar.gz: 9eec75e13109fa1579c74d54b89e0117d48aba087dd0bd332eafc6c2ba10d6d207b1597c00397cb3eb8c64bd7d2000b4a1eadab195e30f51051bd84130741145
|
@@ -100,14 +100,14 @@ module RailsKeycloakAuthorization
|
|
100
100
|
end
|
101
101
|
|
102
102
|
def realm_name
|
103
|
-
|
103
|
+
RailsKeycloakAuthorization.keycloak_auth_client_realm_name
|
104
104
|
end
|
105
105
|
|
106
106
|
def openid_client
|
107
107
|
KeycloakAdmin
|
108
108
|
.realm(realm_name)
|
109
109
|
.clients
|
110
|
-
.find_by_client_id(
|
110
|
+
.find_by_client_id(RailsKeycloakAuthorization.keycloak_auth_client_id)
|
111
111
|
end
|
112
112
|
|
113
113
|
def resource_type_for_controller
|